On Wed Aug 27 06:17:33 2008, masak wrote: > r30590: > $ ./perl6 -e 'sub testa { return 5 }; if testa() -> $a { say $a }' > Statement not terminated properly at line 1, near "-> $a { sa" > [...] > This now works (thanks to pmichaud++) - resolving ticket.
Jonathan