[#1816] Ruby 1.5.3 under Tru64 (Alpha)? — Clemens Hintze <clemens.hintze@...>

Hi all,

17 messages 2000/03/14

[#1989] English Ruby/Gtk Tutorial? — schneik@...

18 messages 2000/03/17

[#2241] setter() for local variables — ts <decoux@...>

18 messages 2000/03/29

[ruby-talk:02061] Re: eval.rb fails

From: matz@... (Yukihiro Matsumoto)
Date: 2000-03-21 21:10:56 UTC
List: ruby-talk #2061
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.

In This Thread