Kagamin:

Or even more obvious (VBA,TSQL):

set (x,y,z) = [1,2,3];

I prefer to use "set" as in Python, to define sets:

s = set([1, 2, 3])
2 in s
True

Bye,
bearophile

Reply via email to