Engine:CCMD run: Difference between revisions

124 bytes removed ,  16 October 2023
Line 71: Line 71:
Example:
Example:
<kua>print bob; bind U +attack // changing binding</kua>
<kua>print bob; bind U +attack // changing binding</kua>
=== Addendum I: ===
:1. Matching '{' and '}' can be used as third set of quotes to delimit other-text, as in main section item 8.


=== 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.