HomeManualTopicsTypesSymbols

std_types::false/std::if

evaluates the else-part and returns its result(s)

Parameters

_condition
_then
a function that is ignored
else
a function that evaluates to any number of results

Results

None

Description

This function passes I/O-access rights to the else-part.

Topic

Branches

Implements

std::if classic if; can be used as a function or a procedure

See also

std_types::true the *type* of the boolean value **true**
std_types::false the *type* of the boolean value **false**
std::if classic if; can be used as a function or a procedure