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