2 lines
50 B
Forth
2 lines
50 B
Forth
|
|
let is_numeric a = fst (System.Double.TryParse a)
|
|
|
let is_numeric a = fst (System.Double.TryParse a)
|