From: Max Norman Date: 2009-07-18T13:33:05+09:00 Subject: Re: Need Help with another Simple Program > Consider this snippet: > > i = 0 > while i < 1 > if false > i += 1 # oops, we never get here > end > end I'm not sure I understand this. What does that snippet exemplify? -- Posted via http://www.ruby-forum.com/.