Engine:CCMD run: Difference between revisions

Line 25: Line 25:
::<kua>command//comment</kua>
::<kua>command//comment</kua>
: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[;\n]</kua>
::<kua>command other[;\n]</kua>
::<kua>command other//comment</kua>
::<kua>command other//comment</kua>