...

true

The keyword true is a Boolean constant in Envision.

’true’, keyword constant boolean value

The keyword true is a constant value of the type boolean.

b = true
show scalar "" with not b // 'false'

See also

User Contributed Notes
0 notes + add a note