the first element of a list
This function returns the first element of the list L.
Head([3,2,1]); 3 -------------------------------
Head(L:LIST):OBJECT
First
Last
Tail
<type>list</type>