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
See this discussion: https://irclog.perlgeek.de/perl6/2017-02-24#i_14160027
We already have something here: https://docs.perl6.org/language/traps#Containers_versus_values_in_a_Capture
But let's add @a.push: ($a, $b) there as well, because on the first sight it looks very innocent indeed.
@a.push: ($a, $b)
Also, the section talks about Captures, but I'm not sure what this is about. ($a, ++$a) itself is a List, so where's a capture in the given example?
($a, ++$a)
The text was updated successfully, but these errors were encountered:
Can be useful to mention this on https://docs.perl6.org/language/containers instead/too.
Sorry, something went wrong.
@AlexDaniel if it's a List, it's been created through calling its initialization routine, so it becomes a capture somewhere, right?
b33402c
No branches or pull requests
See this discussion: https://irclog.perlgeek.de/perl6/2017-02-24#i_14160027
We already have something here: https://docs.perl6.org/language/traps#Containers_versus_values_in_a_Capture
But let's add
@a.push: ($a, $b)there as well, because on the first sight it looks very innocent indeed.Also, the section talks about Captures, but I'm not sure what this is about.
($a, ++$a)itself is a List, so where's a capture in the given example?The text was updated successfully, but these errors were encountered: