On Mon, Sep 21, 2009 at 10:57:15PM +0200, pugs-comm...@feather.perl6.nl wrote:
> Author: lwall
> Date: 2009-09-21 22:57:15 +0200 (Mon, 21 Sep 2009)
> New Revision: 28344
> @@ -1809,10 +1808,83 @@
> 10,20,30,40,50,60,70,80,90,
> 100,200,300,400,500,600,700,800,900
>
> +If the right oper
On 2009-Sep-21, at 2:57 pm, pugs-comm...@feather.perl6.nl wrote:
So the preceding example reduces to:
+1, 2, 3 ...
+10, 20, 30 ...
+100, 200, 300 ... 1000
+
+These rules may seem complicated, but they're essentially just
replicating
+what a human does naturally when you say "and so
Author: lwall
Date: 2009-09-21 22:57:15 +0200 (Mon, 21 Sep 2009)
New Revision: 28344
Modified:
docs/Perl6/Spec/S03-operators.pod
docs/Perl6/Spec/S09-data.pod
Log:
[S03,S09]
Range objects are now primarily intervals in C
Extend dwimminess of series to handle steps and limits readably