Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Any statement can precede or follow the semicolon. The comment operators * and ! at the beginning of a line, however, will mark the entire line as a comment.

Example

Code Block
variable1 = 10 ; variable2 = 20

...