Re: [svn:perl6-synopsis] r14510 - doc/trunk/design/syn

2008-02-15 Thread Larry Wall
On Fri, Feb 15, 2008 at 03:59:28PM -0800, Jonathan Lang wrote: : > +Despite the appearance as a subscripting form, these names are resolved : > +not at run time but at compile time. The pseudo-subscripts need not : > +be simple scalars. These are extended with the same two-element list: : > +

Re: [svn:perl6-synopsis] r14510 - doc/trunk/design/syn

2008-02-15 Thread Jonathan Lang
> +Despite the appearance as a subscripting form, these names are resolved > +not at run time but at compile time. The pseudo-subscripts need not > +be simple scalars. These are extended with the same two-element list: > + > +infix: > +infix:['??','!!'] Huh. I thought that multipl