Smarandache prime-digital sequence: Difference between revisions

Content added Content deleted
m (→‎{{header|Wren}}: Minor tidy)
Line 2,261: Line 2,261:
{{libheader|Wren-math}}
{{libheader|Wren-math}}
Simple brute-force approach.
Simple brute-force approach.
<syntaxhighlight lang="ecmascript">import "/math" for Int
<syntaxhighlight lang="wren">import "./math" for Int


var limit = 1000
var limit = 1000