On Thursday 29 January 2009 02:14:23 Jonathan Worthington wrote:

> > Can you show some example PIR code that should work?
>
> Ah, yes, sorry...
>
> .sub 'main'
>     $S0 = 'foo'
>     example('foo'=>42) # works
> #   example($S0=>42)   # what I want to work also
> .end
>
> .sub 'example'
>     .param pmc foo :named('foo')
>     say foo
> .end
>
> Uncomment the line I commented out, and IMCC gives a syntax error.

I can't reproduce that error as of r36159.

(That's because I fixed it in r36159.)

-- c

Reply via email to