Skip to content

System.True

Dennis G. edited this page Aug 10, 2025 · 8 revisions

Declaration

const True = \built-in\

Description

The True constant in the System package represents the true-value of a boolean expression. It invokes the then-branch when used in a conditional context (ie. in an if statement). This does not mean however that truthy values are limited to exactly this, but it is the one supported by the Boolean type.

Remarks

System.True is the logical opposit of System.False. Thus, negating one will result in the other.

See also

Clone this wiki locally