delete an element in a list
l(i)=null()
Deletion of objects inside a list.
l=list(1,"foo",3); l(2)=null() // get list(1,3)