49
edits
| Line 26: | Line 26: | ||
:3. 'Other text' starts after any white-space after command name, until semi-colon, line-end, or comment start. | :3. 'Other text' starts after any white-space after command name, until semi-colon, line-end, or comment start. | ||
::<kua>command other</kua> | ::<kua>command other</kua> | ||
::<kua>command other[;\n]</kua> | ::<kua>[ ;\n]command other[;\n]</kua> | ||
::<kua>command other//comment</kua> | ::<kua>command other//comment</kua> | ||
:4. Comment text starts with '//', placed anywhere on a line, and includes all text until line-end. | :4. Comment text starts with '//', placed anywhere on a line, and includes all text until line-end. | ||