From: Dave Bass Date: 2008-05-27T19:08:27+09:00 Subject: Re: ruby wish-list >> I really wish I was forced to declare all my variables. Roger Pack wrote: > why do you wish for that? declare x1 = 0 declare x, y, z = x1 + 2 xl = z * y + x => Error: variable xl undeclared. (Perhaps you mean x or x1?) -- Posted via http://www.ruby-forum.com/.