remove inaccurate comment from sequences docs example
parent
a8b9477fe7
commit
3cf641a87c
|
@ -979,7 +979,6 @@ HELP: sigma
|
||||||
{ $values { "seq" sequence } { "quot" quotation } { "n" number } }
|
{ $values { "seq" sequence } { "quot" quotation } { "n" number } }
|
||||||
{ $description "Like map sum, but without creating an intermediate sequence." }
|
{ $description "Like map sum, but without creating an intermediate sequence." }
|
||||||
{ $example
|
{ $example
|
||||||
"! Find the sum of the squares [0,99]"
|
|
||||||
"USING: math math.ranges sequences prettyprint ;"
|
"USING: math math.ranges sequences prettyprint ;"
|
||||||
"100 [1,b] [ sq ] sigma ."
|
"100 [1,b] [ sq ] sigma ."
|
||||||
"338350"
|
"338350"
|
||||||
|
|
Loading…
Reference in New Issue