HomeManualTopicsTypesSymbols

std_types::false

the *type* of the boolean value **false**

Description

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

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

Derived from

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

See also

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

Supported polymorphic functions

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