Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error message recommends repeat ... for, which is not parsed #1

Closed
moritz opened this issue Nov 1, 2011 · 1 comment
Closed

Error message recommends repeat ... for, which is not parsed #1

moritz opened this issue Nov 1, 2011 · 1 comment

Comments

@moritz
Copy link
Member

moritz commented Nov 1, 2011

When I feed this program to STD:

do { } for 1;

I get the response

Unsupported use of do...for;  in Perl 6 please use repeat...for at

But feeding

 repeat { } for 1;

into STD gives

 Undeclared routine:␤ 'repeat'

So one way or another, std is inconsistent.

@KamilaBorowska
Copy link

It seems that @timtoday fixed it with 66387b5. I will close this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants