hyTags
HomeHome 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
Test succeeded Test failed