class IfThenElseFunc : public ComFunc (Return to index)

if-then-else command for ComTerp.

Type:
    Instantiable

Base Classes:

Derived Classes

Include file:

    ComTerp/postfunc.h

Description:

val=if(testexpr :then expr :else expr) -- evaluate testexpr and execute the :then expression if true, the :else expression if false.

Public:



(more documentation)