# Repeat
Grammar — Repeat (Actions) count times
Flags —SubFunctions
|Action
Repeats an action set a specified number of times.
# Arguments
int
— Count
Returns — void
#INITAUTOVAR(n,count)
for (#AUTOVAR(i) = 1; #AUTOVAR(i) <= #AUTOVAR(n); #AUTOVAR(i) += 1) {
#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 —