InsertionListsConstructionEmpty LISTobject

Empty LISTobject

Using the standard initialisation init(LIST,newobject) we produce an empty list, this means self==NULL and next==NULL. For a check whether we have an empty list or not there is a boolean function
harald.fripertinger@kfunigraz.ac.at,
last changed: November 19, 2001

InsertionListsConstructionEmpty LISTobject