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
http://doc.perl6.org/routine/spurt: example lacks ':' #427
Comments
|
actually, |
|
@jkeenan this does not need a colon. In your example, you see that you are actually concatenating something quite bizarre ( |
|
i should also point out that the issue is about the documentation of spurt and the example code in the initial comment is about say. spurt has the :enc parameter, whereas say doesn't. and say also doesn't take a filehandle as the first argument. That's probably where the confusion came from? Anyway, with the commit reverted I'm going to close this issue again. |
The example for use of
:enclacks a colon beforeenc.The text was updated successfully, but these errors were encountered: