tail takes as argument a list. tail returns the list without its first element. Input:
Output:
l:=tail([0,1,2,3]) does the same thing as l:=suppress([0,1,2,3],0)