# If Then

Grammar — Else if (Conditions) then do (Actions)
FlagsSubFunctions | 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)
}

Category: General / Conditional Statements

# Examples

— None found —