Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove Range :by fossil
  • Loading branch information
lizmat committed Aug 19, 2014
1 parent 273da4c commit 775d078
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions S03-operators.pod
Expand Up @@ -3496,8 +3496,7 @@ of the range operator:
In other words, any C<Range> used as a list assumes C<.succ> semantics,
never C<.pred> semantics. No other increment is allowed; if you wish
to increment a numeric sequence by some number other than 1, you must
use the C<...> sequence operator. (The C<Range> operator's C<:by> adverb
is hereby deprecated.)
use the C<...> sequence operator.

0, *+0.1 ... 100 # 0, 0.1, 0.2, 0.3 ... 100

Expand Down

0 comments on commit 775d078

Please sign in to comment.