for int x in 0 .. 9 if x in 0 .. 9 print "x inside range" /if if x in { 1, 2, 3, 4 } print x, "found" /for