HomeManualTopicsTypesSymbols

std_types::true/std::if

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

Parameters

_condition
_
then
a function that evaluates to any number of results
_else
a function that is ignored

Results

None

Description

This function passes I/O-access rights to the then-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