readme updates
This commit is contained in:
parent
bddfc5655c
commit
01789724b4
5 changed files with 2 additions and 0 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -176,6 +176,8 @@ are possible:
|
|||
- additional "=" symbol for "assign"operations:
|
||||
assign <variable-name> = <expression>
|
||||
|
||||
- boolean constants: "true" and "false" can be used instead of 1 and 0
|
||||
|
||||
Please note the the tokenizer always expects blank space to separate
|
||||
symbols and expressions so it is not allowed to places parentheses or
|
||||
the "=" symbol without separating blank space!
|
||||
|
|
Loading…
Reference in a new issue