FALSE

Synopsis

(special form)

FALSE
Description

This is a special word to indicate a negative condition. FALSE is a reserved value, not a procedure nor a variable.

Example
SHOW 1=0
false
IFELSE "FALSE [PRINT [We cannot get here]] [PRINT [FALSE is always false]]
FALSE is always false

SourceForge.net Logo