FALSE (-- falseCondition)falseCondition: FALSE condition constant.This builtin has no inputs. It always pushes the known Cond value FALSE.
FALSE is one of the two fixed known Cond constants. The other fixed value is TRUE. The configuration-dependent known Cond value is DEBUG.
FALSE.{} 0 {} [
FALSE [1] [2] uif printStack _:;
0
] "main" exportFunction
2
DEBUG builtin (-- debugCondition) Pushes a known Cond that reports whether debug mode is enabled.TRUE builtin (-- trueCondition) Pushes the true condition value.if builtin (condition trueCallable falseCallable -- branchResult) Calls one of two Blocks; unknown conditions require both branches to be compiled and merged.uif builtin (condition trueCallable falseCallable -- branchResult) Processes one of two Blocks inline, depending on a known Cond value.