Serial Loop Call [object]
An object defining a call loop in which each iteration happens in serial (one after another in order)
Properties:
range
A rangeable value to loop over.
run
A call [object] defining a call run on each iteration of the loop
until
An array of predicate [object]s which must be true for the loop to exit.
vars
A loop-vars [object] binding iteration info to variables.