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
* 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