IF(<condition>)
- Category
- Control Flow
- Added in
- v0.7.2
The actions following this action will only be executed when the <condition>
evaluates to true
.
Needs to be closed with an ENDIF
.
IF(<condition>)
The actions following this action will only be executed when the <condition>
evaluates to true
.
Needs to be closed with an ENDIF
.