back to COMREF
Operand types:
condition: Boolean
Type of returned value:
If Type
Description:
First part of if command.
Example:
if (a>b) then {a=b}
Comments
Standard syntax = if a then b Alternative syntax = ? a : b