Subject: Re: Elegant solution for a loop-break problem
From: ts <decoux@ u n n . >
Date: Fri, 8 Aug 2003 00:07:33 +0900
References: 783287833978342
In-reply-to: 78342
>>>>> "K" == KONTRA Gergely <kgergely / mlabdial.hit.bme.hu> writes:
K> But ts showed, that a loop returns nil, if I use break without a
K> parameter. (if I'm right...)
break with a parameter work only with 1.8 (1.6 give an syntax error)
Guy Decoux