In the syntax we use symbols and colors to communicate the meaning more clearly.
We'll explain each symbol and color below.
We use
data types to let you know which data type is
used.
Name
Symbol
Color
Description
Blue
Blue
Data type
Red
Red
Reference
Yellow
Yellow
Function
Cyan
Cyan
Condition
Green
Green
Statement
Grey
Grey
Comment
Ellipsis
...
Optional repetition
string:
- do: [ statement, ... ]
Conditions
The
do
condition simply executes the statements unconditionaly.
It is useful for statement that need to be executed regardless.