File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ Synopsis 4: Blocks and Statements
12
12
13
13
Created: 19 Aug 2004
14
14
15
- Last Modified: 18 Aug 2014
16
- Version: 135
15
+ Last Modified: 24 Oct 2014
16
+ Version: 136
17
17
18
18
This document summarizes Apocalypse 4, which covers the block and
19
19
statement syntax of Perl.
@@ -91,6 +91,7 @@ the current outer lexical scope. It may not be used dynamically.
91
91
with an explicit label instead, so the compiler can know to pessimize
92
92
any unrolling of that loop.)
93
93
94
+ [CONJECTURAL]
94
95
The C<slip> operator is a variant of the C<redo> operator. It will also not
95
96
leave the scope, but it B<will> obtain the next value of the iterator. As such,
96
97
the C<NEXT> phaser B<will> be called. You could think of the C<next> operator
You can’t perform that action at this time.
0 commit comments