Next: Extended Numerical Abstractions
Up: Basic utility abstractions for
Previous: Removing an element from
Contents
Index
Retrieving the n-th element from a list: `nth'
A list can be used like an array in other programming languages
by using the abstraction `nth' which extracts an element from
a list by using an index pointing to its position.
Georg P. Loczewski
2004-03-05