Skip to content

Commit 24850d6

Browse files
committed
Add CONJECTURAL to slip, and ++ version: masak++
1 parent e4c5b10 commit 24850d6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

S04-control.pod

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ Synopsis 4: Blocks and Statements
1212

1313
Created: 19 Aug 2004
1414

15-
Last Modified: 18 Aug 2014
16-
Version: 135
15+
Last Modified: 24 Oct 2014
16+
Version: 136
1717

1818
This document summarizes Apocalypse 4, which covers the block and
1919
statement syntax of Perl.
@@ -91,6 +91,7 @@ the current outer lexical scope. It may not be used dynamically.
9191
with an explicit label instead, so the compiler can know to pessimize
9292
any unrolling of that loop.)
9393

94+
[CONJECTURAL]
9495
The C<slip> operator is a variant of the C<redo> operator. It will also not
9596
leave the scope, but it B<will> obtain the next value of the iterator. As such,
9697
the C<NEXT> phaser B<will> be called. You could think of the C<next> operator

0 commit comments

Comments
 (0)