- [Introduction](./introduction.md) # Installation - [Installation](./install/installation.md) - [Tour of the REPL](./install/repl.md) # The language - [Arithmetic](./lang/arithmetic.md) - [Bitwise operators](./lang/bitwise.md) - [Operators reference](./lang/operators.md) - [Variables and scope](./lang/variables.md) - [Functions](./lang/functions.md) - [Partial functions and pipes](./lang/partial.md) - [Strings and symbols](./lang/strings.md) - [Lists](./lang/lists.md) - [Tables](./lang/tables.md) - [Control flow](./lang/controlflow.md) - [Iterators](./lang/iterators.md) - [Ranges](./lang/ranges.md) - [Exceptions](./lang/exceptions.md)