Expressions · 2 of 42 ✓
Let’s start with some basic arithmetic operations.
Just like most languages, simple arithmetic operations are part of the language.
Play with the editor on the left, type things like
2 * 3
10 / 2
or 20 / (3 + 7)
20 / (3 + 7)
1 + 2