Proper divisors: Difference between revisions

m (→‎{{header|PicoLisp}}: add factorization)
Line 889:
(inc 'D (pop 'L)) ) )
(accu1 'R N)
(dec (apply * (mapcar cdr R))) ) )
(bench
(println
(maxi
factor
(range 1 20000) ) ) )</lang>
@@ ) )</lang>
Output:
<pre>
298

edits