Lingo Dictionary > D-F > FALSE

 

FALSE

Syntax

FALSE

Description

Constant; applies to an expression that is logically FALSE, such as 2 > 3. When treated as a number value, FALSE has the numerical value of 0. Conversely, 0 is treated as FALSE.

Example

This statement turns off the soundEnabled property by setting it to FALSE:

the soundEnabled = FALSE

See also

if, not, TRUE