From: daz Date: 2005-11-27T14:42:28+09:00 Subject: Re: newbie scope issue I wrote: > > a = 1 > while (a+=1) < 5 > puts a > end while a > 0 > > #-> :-/ > Never mind. The problem was I wasn't getting /any/ output ... .... caught out by no STDOUT.sync=true again :( Silly code but it is correct. daz