# Repeat Forever

Grammar — Repeat (Actions) forever
FlagsSubFunctions | Action

Repeats an action set forever (or until the loop is broken with a “Break” or “Skip Remaining Actions” action.

Returns — void

while (true) {
    #SUBFUNCS(actions)
}

Category: General / Loops

# Examples

— None found —