remove whitespace
parent
0cb7b408b4
commit
16b288aac8
|
@ -1,5 +1,4 @@
|
|||
USING: help.syntax help.markup arrays sequences ;
|
||||
|
||||
IN: math.ranges
|
||||
|
||||
ARTICLE: "math.ranges" "Numeric ranges"
|
||||
|
@ -24,4 +23,4 @@ $nl
|
|||
{ $code "100 1 [a,b] product" }
|
||||
"A range can be converted into a concrete sequence using a word such as " { $link >array } ". In most cases this is unnecessary since ranges implement the sequence protocol already. It is necessary if a mutable sequence is needed, for use with words such as " { $link set-nth } " or " { $link change-each } "." ;
|
||||
|
||||
ABOUT: "math.ranges"
|
||||
ABOUT: "math.ranges"
|
||||
|
|
Loading…
Reference in New Issue