Versions Compared

Key

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

Positive is the unary form of Add and can be used similar to Negate except that it is never an assignment operator. Positive is essentially ignored by the compiler, but is handy when the sign of operands is important to emphasize. For example:

Code Block
Val := +2 - A