fa/tests/passing/to_int.fa
Ari Archer 1be4ca400d
Add proper type casting
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
2022-07-27 15:04:24 +03:00

8 lines
89 B
Text

include 'std/lstd.fa'
fun main [ str str int ] int eo
null to int
end
#main #exit