up previous next

Head

Syntax

Head(L:LIST):OBJECT
    

Summary

the first element of a list

Description

This function returns the first element of the list L.

example

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

See Also