Author: moritz Date: 2009-05-03 21:17:43 +0200 (Sun, 03 May 2009) New Revision: 26648
Modified: docs/Perl6/Spec/S04-control.pod Log: [S04] a few more X<...> tags Modified: docs/Perl6/Spec/S04-control.pod =================================================================== --- docs/Perl6/Spec/S04-control.pod 2009-05-03 19:17:38 UTC (rev 26647) +++ docs/Perl6/Spec/S04-control.pod 2009-05-03 19:17:43 UTC (rev 26648) @@ -578,6 +578,7 @@ { say $^x } if foo(); =head2 The C<gather> statement prefix +X<gather>X<take> A variant of C<do> is C<gather>. Like C<do>, it is followed by a statement or block, and executes it once. Unlike C<do>, it evaluates @@ -645,6 +646,7 @@ happen more than once). =head2 The C<lift> statement prefix +X<lift> When writing generic multi routines you often want to write a bit of code whose meaning is dependent on the context of the caller. It's @@ -679,6 +681,7 @@ lexical scope looks like at run time. That's okay.) =head2 Other C<do>-like forms +X<do> Other similar C<Code>-only forms may also take bare statements, including C<try>, C<contend>, C<async>, and C<lazy>. These constructs