# Repeat Forever
Grammar — Repeat (Actions) forever
Flags —SubFunctions
|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)
}
# Related
Category: General / Loops
- Repeat — macro
- Repeat Forever — macro
- For Each Real — macro
- For Each Real Deprecated — macro
- For Each Integer — macro
- For Each Integer Deprecated — macro
- Pick Each Integer — macro
- Pick Each Integer Deprecated — macro
- Picked Integer
- Picked Integer Deprecated —
int
— IntLoopCurrentDeprecated - While — macro
- Do - While — macro
# Examples
— None found —