1 Scalculator
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)
Tip: to execute the code, click the green button,
or press Ctrl + Enter
or press Ctrl + Enter