Author: lwall Date: 2010-02-20 05:48:40 +0100 (Sat, 20 Feb 2010) New Revision: 29786
Modified: docs/Perl6/Spec/S03-operators.pod Log: [S03] delete bogus dup code spotted by eternaleye++ Modified: docs/Perl6/Spec/S03-operators.pod =================================================================== --- docs/Perl6/Spec/S03-operators.pod 2010-02-20 04:06:58 UTC (rev 29785) +++ docs/Perl6/Spec/S03-operators.pod 2010-02-20 04:48:40 UTC (rev 29786) @@ -15,8 +15,8 @@ Created: 8 Mar 2004 - Last Modified: 18 Feb 2010 - Version: 192 + Last Modified: 19 Feb 2010 + Version: 193 =head1 Overview @@ -1995,13 +1995,8 @@ 100, 200, 300 ... 900 since an exactly matching limit is returned as part of the -sequence. In fact, since the progressions are arithmetic, -you can just say +sequence. - 1, 2, 3 ... - 10, 20, 30 ... - 100, 200, 300 ... 900 - The exact function deduced depends on the direction from the final value on the left to the limit value on the right. If the limit is greater than the last value according to C<cmp>, then comparisons