...

false

The keyword false is a Boolean constant in Envision.

‘false’, keyword constant boolean value

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

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

See also

User Contributed Notes
0 notes + add a note