HomeManualTopicsTypesSymbols

std_types::true

the *type* of the boolean value **true**

Description

Use std::true for constants in your programs (not std_types::true).

Use std_types::true to add new functionality to the true-type.

Derived from

std_types::object the prototype object for all "normal" objects

See also

std_types::false the *type* of the boolean value **false**
std::true the boolean value "true"

Supported polymorphic functions

std::is_a_boolean obvious
std::not returns false
std::and evaluates its second argument and returns its result
std::equal is only equal to itself
std::if evaluates the then-part and returns its result(s)
std::if_not evaluates the else-part and returns its result(s)
std::on performs the specified action
std::on_not does not perform the specified action
std::or returns
std::serialize returns the string "" and a newline character
std::update_if updates the specified variable(s)
std::update_if_not does not update the specified variable(s)