true | |
Type | constant |
Dictionary | LCS |
Library | LiveCode Script |
Syntax |
|
Summary | Equivalent to the string "true". |
Introduced | 1.0 |
OS | mac, windows, linux, ios, android |
Platforms | desktop, server, mobile |
Example |
|
Related | Keyword: string Constant: false Command: constant Glossary: property, logical, statement, expression Control Structure: if |
Description | Use the true constant to indicate that a property is turned on or that a logical expression evaluates to true. In many cases, the true constant can be omitted without changing the meaning of the statement. For example, the following two if statements are equivalent:
|
Tags | math |