On Sun Jun 22 13:04:51 2008, karavelov wrote:
> There is some parse error for this simpe case:
> ==code
> use v6;
>
> sub ok ($num){
> $num;
> }
>
> for 1..5000 {
> ok($_);
> }This is now fixed in 1e22a68, as well as the other cases where if/while/until/unless/for... were being incorrectly parsed as statement modifiers. Thanks! Pm
