Composite numbers k with no single digit factors whose factors are all substrings of k: Difference between revisions

Content added Content deleted
m (→‎{{header|Wren}}: Minor tidy)
Line 1,513: Line 1,513:
{{libheader|Wren-seq}}
{{libheader|Wren-seq}}
{{libheader|Wren-fmt}}
{{libheader|Wren-fmt}}
<syntaxhighlight lang="ecmascript">import "/math" for Int
<syntaxhighlight lang="wren">import "./math" for Int
import "/seq" for Lst
import "./seq" for Lst
import "/fmt" for Fmt
import "./fmt" for Fmt


var count = 0
var count = 0