| Search internet |
The ten first elements of a tuple may be extracted using the following constructs
[x zeroth]
[x first]
[x second]
[x third]
[x fourth]
[x fifth]
[x sixth]
[x seventh]
[x eighth]
[x ninth]
As an example of use, we have:

Note that elements are counted starting with zero. That is useful sometimes but also has been the source of quite a number of bugs over time.
| Search logiweb.eu |