Re: [Vala] Small syntax request labeled loops

2008-07-01 Thread Dov Grobgeld
Sure. Either option is fine with me. Dov 2008/7/1 Ed Schouten <[EMAIL PROTECTED]>: > * Dov Grobgeld <[EMAIL PROTECTED]> wrote: > > A small syntax enhancement borrowed from Perl that I would like to see in > > vala is labeled loops, that can be referenced in continue and break > > statements. Her

Re: [Vala] Small syntax request labeled loops

2008-07-01 Thread Ed Schouten
* Dov Grobgeld <[EMAIL PROTECTED]> wrote: > A small syntax enhancement borrowed from Perl that I would like to see in > vala is labeled loops, that can be referenced in continue and break > statements. Here is an example: > > > pixels: > while(foo) { > for (int i=0; i<1000; i++) { > i