Retrieve the rest of a list

hello all,
should be a stupid question: I have a list which is 0 1 2 3 4 5
I would like to retrieve the list exept a given value;
for instance when “3” is choosen, the list’s output should be: 0 1 2 4 5.

which object could do this trick ?
Thx

There are probably a few ways I suppose. I would use a sift.

SiftOut3.v4p (4.1 kB)

- (Spreads Sets) should do it.

SubsctractSets (5.9 kB)

beautiful as simple !!
merci !!

that’s a handy little node! My new word for the day :)