Autrijus Tang writes:
> On Tue, Apr 26, 2005 at 09:37:51AM -0600, Luke Palmer wrote:
> > Joshua Gatcomb writes:
> > > The solution is formal parameters. The trouble is I
> > > can't seem to find a good example in S04 that matches
> > > what I am trying to do.
> > >
> > > while $ref() -> @array { ... }
> >
> > We're thinking at the moment that `while` will probably look like this:
> >
> > sub statement:<while> (&cond is lazy, &block) {
>
> Ooh! Did I see a "is lazy" here? Thanks, implemented. :-)
Yeah, "is lazy" should be fine for now. The feature is definitely
there, but it might end up being called something different. "is
braceless"?
Luke