Operand types:
ifCode: String
elseCode: String
Type of returned value:
Array
Description:
Construct array that can be processed by then.
Example:
if (a>b) then {c=0} else {c=1}