Pandigital prime: Difference between revisions

Content added Content deleted
(→‎J: add a first draft)
m (→‎{{header|Wren}}: Changed to Wren S/H)
Line 1,024: Line 1,024:
<br>
<br>
This makes use of the optimization strategy in the Factor entry to do both the basic and optional tasks.
This makes use of the optimization strategy in the Factor entry to do both the basic and optional tasks.
<syntaxhighlight lang="ecmascript">import "./perm" for Perm
<syntaxhighlight lang="wren">import "./perm" for Perm
import "./math" for Int
import "./math" for Int
import "./fmt" for Fmt
import "./fmt" for Fmt