next up previous contents index
suivant: Remove the first element monter: Lists and vectors précédent: Get the first element   Table des matières   Index


Remove an element in a list : suppress

suppress takes as argument a list and an integer n.
suppress returns the list where the element of index n is removed.
Input :
suppress([3,4,2],1)
Output :
[3,2]



giac documentation written by Renée De Graeve and Bernard Parisse