bool
¶
A Boolean expression is one that has just two possible outcomes: 1 (TRUE) and 0 (FALSE). Technically TRUE doesn't have to be 1, but it's always treated that way.
Members¶
Type | Member | Description |
---|---|---|
string | To String | "TRUE" for non-zero, or "FALSE" for zero |