Hi,
In message "[ruby-talk:02057] eval.rb fails"
on 00/03/21, "Dat Nguyen" <thucdat / hotmail.com> writes:
|eval.rb fails to evaluate the 'until' loop:
|ruby> i = 0
|ruby> until i >= 10
|ERR: (eval):1:in 'eval': compile error
|(eval):1: parse error
The newline terminates the statement, so that poor Ruby does not
understand the relationship between `i = 0' and a `until' modifier.