Engine:CCMD run: Difference between revisions

272 bytes added ,  15 October 2023
No edit summary
Line 69: Line 69:
::<kua>+zoom</kua>
::<kua>+zoom</kua>
12. 'Executable statements' are composed of both the parsed 'command name' and 'other text' components, excluding comments
12. 'Executable statements' are composed of both the parsed 'command name' and 'other text' components, excluding comments
Syntax and example:
  command-name; command-name other-text; command-name other-text // comment text
  print bob; bind U +attack // changing binding
Addendum I
1. Matching '{' and '}' can be used as third set of quotes to delimit other-text, as in main section item 8.


== Notes ==
== Notes ==
*
*