Next: loops generators parallel, Previous: loops generators dispatch, Up: loops generators [Index]
Run through the sequence consisting of the value of expression, only. This is the same as:
(:list vars (list expression))
If an index variable is specified, its value is 0. The ‘:let’ generator can be used to introduce an intermediate variable depending on outer generators.