if: Difference between revisions
Categories:
No edit summary |
No edit summary |
||
Line 11: | Line 11: | ||
[[If Type]] | [[If Type]] | ||
'''Compatibility:''' | |||
Added in version '''1.85''' | |||
'''Description:''' | '''Description:''' |
No edit summary |
No edit summary |
||
Line 11: | Line 11: | ||
[[If Type]] | [[If Type]] | ||
'''Compatibility:''' | |||
Added in version '''1.85''' | |||
'''Description:''' | '''Description:''' |
back to COMREF
Operand types:
condition: Boolean
Type of returned value:
Compatibility:
Added in version 1.85
Description:
First part of if command.
Example:
if (a>b) then {a=b}
Comments:
Standard syntax = if a then b
Alternative syntax = ? a : b