head takes as argument a list. head returns the first element of this list. Input :
Output :
a:=head([0,1,2,3]) does the same thing as a:=[0,1,2,3][0]