guides:programming:programmers_reference_manual:the_semicolon_operator

The Semicolon operator

Use the semicolon to join separate statements on the same line of code.

statement ; statement

The semicolon operator has the following parameters.

ParameterDescription
StatementAny complete BASIC+ statement.




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.|

variable1 = 10 ; variable2 = 20
  • guides/programming/programmers_reference_manual/the_semicolon_operator.txt
  • Last modified: 2024/06/19 20:20
  • by 127.0.0.1