On 28.04.2011 17:46, Andrej Mitrovic wrote:

> It works, but it makes the if statement ugly again. :)

  Well, just a bit - still much better than (var == "..." || var = "..." || var 
== "..." ...), don't you think so? ;)

  If compiler would support special "in" usage, automatically expanding values 
on the right to series of comparisons (like "var in [1,2,3,4,5]"), it would be 
really nice, of course :)

/Alexander

Reply via email to