then: Difference between revisions
Jump to navigation
Jump to search
m (Correction to the syntax of one of the examples) |
mNo edit summary |
||
Line 4: | Line 4: | ||
<h2 style="color:#000066">'''''if then ''else'''''</h2> | <h2 style="color:#000066">'''''if'' then ''else'''''</h2> | ||
Revision as of 20:22, 29 June 2006
if then else
Operand types:
if: If Type
else: Array
Type of returned value:
Compatibility:
Added in version 1.85
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).
Examples: