hyTags
HomeHome Getting StartedGetting Started DocumentationDocumentation

array-loop

Iterates over each element in the array, executing commands for each.
Parameter
Type
Description
self
[T]
Array to iterate over
accumulate
type
Optional type of value to accumulate during iteration
commands
commands
Commands to execute for each element
return
void
No return value