Skip to content

Commit 75751f5

Browse files
committed
change dates
1 parent fca7f5a commit 75751f5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

S03-operators.pod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ Synopsis 3: Perl 6 Operators
1414

1515
Created: 8 Mar 2004
1616

17-
Last Modified: 7 May 2013
18-
Version: 263
17+
Last Modified: 29 May 2013
18+
Version: 264
1919

2020
=head1 Overview
2121

S04-control.pod

Lines changed: 3 additions & 3 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: 15 May 2013
16-
Version: 123
15+
Last Modified: 29 May 2013
16+
Version: 124
1717

1818
This document summarizes Apocalypse 4, which covers the block and
1919
statement syntax of Perl.
@@ -845,7 +845,7 @@ lexical scope looks like at run time. That's okay.)
845845
X<do>
846846

847847
Other similar forms, where a keyword is followed by code to be controlled by it, may also take bare statements,
848-
including C<try>, C<quietly>, C<contend>, C<async>, C<lazy>, and C<sink>. These constructs
848+
including C<try>, C<once>, C<quietly>, C<contend>, C<async>, C<lazy>, and C<sink>. These constructs
849849
establish a dynamic scope without necessarily establishing a lexical
850850
scope. (You can always establish a lexical scope explicitly by using
851851
the block form of argument.) As statement introducers, all these

0 commit comments

Comments
 (0)