Next: , Previous: , Up: loops generators   [Index]


1.16.4.7 Let generators

Generator Syntax: :let vars expression

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.