On Friday 19 May 2006 11:05 am, Jake McArthur wrote: > But that's kind of my point. To an experienced programmer, being able > to use a goto can amount to being able to cut a ton of complexity out > of his code. The one time in 4 years of Ruby that I have needed something goto-like, throw/catch worked perfectly to solve the need. Goto is an ugly construct that is rarely missed and never needed. Kirk Haines