true

true, keyword

The keyword true is the boolean constant for truth.

Example

b = true
show scalar "not true" with not b

This outputs the following scalar:

not true
false

See also

User Contributed Notes
0 notes + add a note