We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
It seems that @timtoday fixed it with 66387b5. I will close this issue.
Sorry, something went wrong.
No branches or pull requests
When I feed this program to STD:
I get the response
But feeding
into STD gives
So one way or another, std is inconsistent.
The text was updated successfully, but these errors were encountered: