up previous next
Head

the first element of a list
Syntax
          
Head(L:LIST):OBJECT

          

Description
This function returns the first element of the list L.

Example
  Head([3,2,1]);
3
-------------------------------


See Also