49
edits
No edit summary |
|||
| Line 69: | Line 69: | ||
::<kua>+zoom</kua> | ::<kua>+zoom</kua> | ||
12. 'Executable statements' are composed of both the parsed 'command name' and 'other text' components, excluding comments | 12. 'Executable statements' are composed of both the parsed 'command name' and 'other text' components, excluding comments | ||
Syntax and example: | |||
command-name; command-name other-text; command-name other-text // comment text | |||
print bob; bind U +attack // changing binding | |||
Addendum I | |||
1. Matching '{' and '}' can be used as third set of quotes to delimit other-text, as in main section item 8. | |||
== Notes == | == Notes == | ||
* | * | ||