Hello,
Is () supposed to allow multiple statements in it? Documentation is not explicit about it.
E.g.
puts((:ignore; :x)) # x
puts (:ignore; :x) # Otoh, raises an unexpected semicolon error
I'm looking at using () in a while loop's condition but please just consider that as an extra info. I need an official answer on my query above.
--
konsolebox