Versions Compared

Key

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

Constant:TRUE / FALSE Logical true and false.

TRUELogical true:-1($FFFFFFFF)
FALSELogical false:0($00000000)

...

Code Block
  if (X = TRUE) or (Y = FALSE)
    <code to execute if total condition is true>

Excerpt
hiddentrue

Logical true and false.