then: Difference between revisions
Categories:
No edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
'''Operand types:''' | '''Operand types:''' | ||
'''if:''' | '''if:''' [[If Type]] | ||
'''else:''' [[Array]] | '''else:''' [[Array]] |
No edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
'''Operand types:''' | '''Operand types:''' | ||
'''if:''' | '''if:''' [[If Type]] | ||
'''else:''' [[Array]] | '''else:''' [[Array]] |
back to COMREF
Operand types:
if: If Type
else: Array
Type of returned value:
Description:
First or second element of array is executed depending on result of if condition.
Result of the expression executed is returned as a result (result may be Nothing).
Example: