Console
hyTags
Home
Home
Getting Started
Getting Started
Documentation
Documentation
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