Iccanobif primes: Difference between revisions

Content added Content deleted
(add RPL)
Line 139: Line 139:
;; description: « returns a summary of a numeric string
;; description: « returns a summary of a numeric string
s: size n
s: size n
if s > 20 -> n: ((take n 10)++"...")++drop n s-10
if s > 20 -> n: ((take n 10)++"...")++drop.times:s-10 n
n ++ ~" (|s| digits)"
n ++ ~" (|s| digits)"
]
]