Engine:CCMD run: Difference between revisions

Line 72: Line 72:
<kua>print bob; bind U +attack // changing binding</kua>
<kua>print bob; bind U +attack // changing binding</kua>


=== Statements: ===
=== Statements ===
:1. 'Statement' is a text block that begins with a command name, and is followed by any other text, and ends with line-end or semi-colon. A new statement can begin adjacent to the previous statements ending delimiter.
:1. 'Statement' is a text block that begins with a command name, and is followed by any other text, and ends with line-end or semi-colon. A new statement can begin adjacent to the previous statements ending delimiter.
::<kua>statement[\n;]statement[\n;]...</kua>
::<kua>statement[\n;]statement[\n;]...</kua>