49
edits
| Line 51: | Line 51: | ||
:1. Matching '{' and '}' can be used as third set of quotes to delimit other-text, as in main section item 8. | :1. Matching '{' and '}' can be used as third set of quotes to delimit other-text, as in main section item 8. | ||
Statement rules: | |||
: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> | ||