|
Iteration over the components of a tuple is allowed.
Note that, unlike most other iterators, the values returned by iteration
over a tuple may be of differing types.
i -> x in T
The identifier x will take on the value of successive components of the tuple T;
if the dual iteration form is used then i will be the corresponding
index.
[Next][Prev] [Right] [Left] [Up] [Index] [Root]
|