Determine if a string is numeric: Difference between revisions

m
imported>Brie
(Add Nu)
m (→‎{{header|Wren}}: Minor tidy)
Line 5,116:
{{libheader|Wren-fmt}}
Wren's Num class already has a static method which does what this task requires.
<syntaxhighlight lang="ecmascriptwren">import "./fmt" for Fmt
 
System.print("Are these strings numeric?")
9,482

edits