Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Operators

Possible operators:

Match

=

Equality

=:=
==

Not equal:

=/=
/=

Less than/Less than or equal:

<
<=

Greater than/Greater than or equal:

>
>=

Addition:

+

Subtraction or negative:

-

Multiplication:

*

Division:

/

Concatenation:

++

Cons or Map Update:

|