Skip to content

System.False

Dennis G edited this page May 10, 2022 · 6 revisions

Declaration

const False = \built-in\

Description

The False constant in the System package represents the False-value of a boolean expression. It is represented by 0 and invokes the else-branch when used in a conditional context (ie. in an if statement). In MFL, False is declared as an integer of 0. This does not mean however that falsy values are limited to exactly this, but it is the one supported by the Boolean type.

See also

Clone this wiki locally