Lists
This is another fundamental datatype of SYMMETRICA. A LISTobject
consists of two parts:
- the entry of the list, which
is called the self-part,
- and the next-part of the list,
which is again a LISTobject.
If the next-part is NULL,
we are at the end of the list. We are now going to describe the main
routines for LISTobjects:
harald.fripertinger@kfunigraz.ac.at,
last changed: November 19, 2001