FALSE   TRUE

FALSE ( --- fl)

Preset constant. Push 0 on stack.

Example:

FALSE      \ 0 on stack

TRUE ( --- fl)

Preset constant. Push -1 on stack.

Example:

TRUE      \ -1 on stack