Previous Up Next

6.40.8  Removing an element in a list: suppress

The suppress command removes elements from a list.


Example.
Input:

suppress([3,4,2],1)

Output:


3,2

Previous Up Next