readme updates

This commit is contained in:
Arndt 2015-04-04 11:34:01 +02:00
parent bddfc5655c
commit 01789724b4
5 changed files with 2 additions and 0 deletions

Binary file not shown.

View file

@ -176,6 +176,8 @@ are possible:
- additional "=" symbol for "assign"operations: - additional "=" symbol for "assign"operations:
assign <variable-name> = <expression> 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 Please note the the tokenizer always expects blank space to separate
symbols and expressions so it is not allowed to places parentheses or symbols and expressions so it is not allowed to places parentheses or
the "=" symbol without separating blank space! the "=" symbol without separating blank space!