From: Roger Pack Date: 2007-11-07T08:36:20+09:00 Subject: Re: ruby wish-list > > probably not - unless you wanted to introduce ';'s to ruby too: > > > cfp:~ > cat a.rb > x = 1 > > result = > x / 4 * 2 / > 42 > p result > Dang that does seem ambiguous then. Ahh well. My latest wish is that unexpected $end, expecting kEND would say something less cryptic--like "unexpected $end (end of file) expected word "end" " -- Posted via http://www.ruby-forum.com/.