Conditional operators execute an operation if one or more preconditions are fulfilled. If these conditions are not fulfilled, they can possibly execute another operation.
OM offers two conditional operators : omif and conditional , which operate according to the following paradigm :
"IF A, THEN do B, ELSE do C". The "A" condition may be defined by a predicate.
To access the omif and conditional operators, select a menu item in the OM Kernel / Control
menu.