index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
blame
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
accept
/
compile
/
tparsefloat.nim
blob: 38ed2db6d14850e2124cbab05a5fdc520580c4d9 (
plain
) (
tree
)
0bcdab839
^
1
2
3
import
strutils
echo
ParseFloat
(
"5000"
)
/
ParseFloat
(
"10"
)