Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
parrots arrays do not seem to like natives
This explodes using perl6-p: my @j; my int $j = 0; @j.push($j) Since I dont expect that this will be fixed quickly, I am de- optimizing the code slightly to make it work on perl6-p.
- Loading branch information