TRUE and FALSE

Constant: Logical true and false.

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

TRUE and FALSE are usually used for Boolean comparison purposes:

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

Unless otherwise noted, content on this site is licensed under the
Creative Commons Attribution-ShareAlike 4.0 International License.