[EMAIL PROTECTED] wrote:
> Question: if the compiler *doesn't* raise an error, what happens? How would > the following code be interpreted, even insanely? An endless loop perhaps? > > while something() => $_ { ... } Changing the closure to use »=>« instead of »->« yields with current P6C: Can't locate object method "ctx_right" via package "P6C::pair" at \ P6C/Addcontext.pm line 678. So the pair syntax comes in, which is not much surprising, pair is very high in precedence. > -Miko leo