Instead of

if (x == a || x == b || x = c || ....)

is there an easier way

stuff like

if (x in [a,b,c,..])

doesn't work.




Reply via email to