We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 138208c commit 6c0d1d3Copy full SHA for 6c0d1d3
doc/Type/Whatever.pod6
@@ -52,7 +52,7 @@ The range operators are handled specially. They do not curry with
52
C<Whatever>-stars, but they do curry with C<WhateverCode>
53
54
say (1..*).^name; # OUTPUT: «Range»
55
- say (1..*-1).WHAT; # OUTPUT: «(WhateverCode)»
+ say ((1..*-1)).^name; # OUTPUT: «WhateverCode»
56
57
This allow all these constructs to work:
58
0 commit comments