NIL


empty

NIL

Produces empty.
example:
x=NIL;for(i=1,4) x,=i;
gives the value (1,2,3,4) to x.