# If Then
Grammar — Else if (Conditions) then do (Actions)
Flags —SubFunctions
|Action
|Hidden
Executes an If Then statement. If the specified conditions are met the specified action set will run. If the conditions are not met, nothing will happen.
Returns — void
#IFSUBFUNC(notfirst,else )if (#SUBFUNCS(if," && ")) {
#SUBFUNCS(then)
}
# Related
Category: General / Conditional Statements
- If Then Else — macro
- If Then Else-If — macro
- If Then — macro
- Switch — macro
- Switch Case — macro
# Examples
— None found —