Engine:CCMD run: Difference between revisions

14 bytes removed ,  15 October 2023
Line 17: Line 17:


=== Script statement syntax ===
=== Script statement syntax ===
In the examples in these descriptions, a space ' ' is the same as any whitespace except newline, and all of the newline chars are represented by just '\n', to make easier to read. Also, a text with no line '\n' characters is considered all one single line.
In the examples in these descriptions, a space ' ' is the same as any whitespace except newline, and all of the newline chars are represented by just '\n', to make easier to read. Text with no line '\n' characters is considered a single line.
: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>