[_____]

Iteration

Iteration over lists is allowed. Note that, unlike most other iterators, the values returned by iteration over a list may be of differing types.

x in L
i -> x in L
The identifier x will take on the value of successive elements of the list L; if the dual iteration form is used then i will be the corresponding index.
[Next][Prev] [_____] [Left] [Up] [Index] [Root]


Version: V2.29 of Fri Nov 28 15:14:01 AEDT 2025