Re: loop/do {...} while EXPR;

2005-05-31 Thread Larry Wall
On Mon, May 30, 2005 at 01:42:40PM +, Luke Palmer wrote: : Because do {...} is a part of the language, while or no while. Perl 6 : is supposed to die if you say do {...} while, which isn't implemented : in pugs yet. In particular, we'd like "do {...} while" to die because do {...} is now defi

Re: loop/do {...} while EXPR;

2005-05-30 Thread Luke Palmer
On 5/30/05, Luke Palmer <[EMAIL PROTECTED]> wrote: > I expect it should be pretty simple to implement: > > > loop {...} while EXPR; > > loop {...} until EXPR; Yep. It was. Done as of r4171. Luke

Re: loop/do {...} while EXPR;

2005-05-30 Thread Luke Palmer
On 5/30/05, Gerd Pokorra <[EMAIL PROTECTED]> wrote: > > Hello! > > Why is the do {...} literal added in Pugs 6.2.5? Because do {...} is a part of the language, while or no while. Perl 6 is supposed to die if you say do {...} while, which isn't implemented in pugs yet. But the special delayed