49
edits
| Line 71: | Line 71: | ||
Example: | Example: | ||
<kua>print bob; bind U +attack // changing binding</kua> | <kua>print bob; bind U +attack // changing binding</kua> | ||
=== Statements: === | === Statements: === | ||
| Line 91: | Line 88: | ||
::<kua>co</kua> | ::<kua>co</kua> | ||
::<kua>commandcommand...63</kua> | ::<kua>commandcommand...63</kua> | ||
:7. 'Other text' may contain quoted text, where '<nowiki>'</nowiki>' or '"' are valid quote begin and end quote characters. | :7. 'Other text' may contain quoted text, where '<nowiki>'</nowiki>' or '"' or '`' are valid quote begin and end quote characters. | ||
::<kua>command 'other' "text"</kua> | ::<kua>command 'other' "text"</kua> | ||
:8. If quoted text is found, any semi-colons, line-ends, or comment starts will be ignored, until next matching quote character. | :8. If quoted text is found, any semi-colons, line-ends, or comment starts will be ignored, until next matching quote character. | ||