File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ Synopsis 4: Blocks and Statements
13
13
14
14
Created: 19 Aug 2004
15
15
16
- Last Modified: 10 Aug 2011
17
- Version: 111
16
+ Last Modified: 23 Aug 2011
17
+ Version: 112
18
18
19
19
This document summarizes Apocalypse 4, which covers the block and
20
20
statement syntax of Perl.
@@ -1232,6 +1232,11 @@ binding (not to mention list generation in the case of C<for>).
1232
1232
can be emulated for a bare block, so that doesn't fall under the
1233
1233
prohibition on bypassing formal binding.)
1234
1234
1235
+ Because it is possible to go to a label that is after the operation,
1236
+ and because Perl 6 does one-pass passing, any C<goto> to a label
1237
+ that has not been yet declared (or is declared outside the outward
1238
+ lexical scope of the C<goto>) must enclose the label in quotes.
1239
+
1235
1240
=head1 Exceptions
1236
1241
1237
1242
As in Perl 5, many built-in functions simply return an undefined value
You can’t perform that action at this time.
0 commit comments