# If Then Else-If
Grammar — If (Conditions) then do multiple (Actions)
Flags —SubFunctions
|Action
Executes an If Then Else statement with multiple cases.
Returns — void
# 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 —