delete an element in a list
l(i)=null()
Deletion of objects inside a list.
l=`list`_(1,2,3); l(2)=null() // get list(1,3)
Enter search terms or a module, class or function name.