3 lines
91 B
Text
3 lines
91 B
Text
use std
|
|
printf "%f\n" atof "infinity" (: this prints "inf" :)
|
|
#extern :atof<text>: -> real
|