Skip to content

Commit

Permalink
Add CONJECTURAL to slip, and ++ version: masak++
Browse files Browse the repository at this point in the history
  • Loading branch information
lizmat committed Oct 24, 2014
1 parent e4c5b10 commit 24850d6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions S04-control.pod
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ Synopsis 4: Blocks and Statements

Created: 19 Aug 2004

Last Modified: 18 Aug 2014
Version: 135
Last Modified: 24 Oct 2014
Version: 136

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

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

0 comments on commit 24850d6

Please sign in to comment.