Lingo Dictionary > T-Z > TRUE

 

TRUE

Syntax

TRUE

Description

Constant; represents the value of a logically true expression, such as 2 < 3. It has a traditional numerical value of 1, but any nonzero integer evaluates to TRUE in a comparison.

Example

This statement turns on the soundEnabled property by setting it to TRUE:

the soundEnabled = TRUE

See also

FALSE, if