false

false

Description

Pushes a 0 (false) onto the stack.

Examples

if (false)
    trace("false")
endif