fa/tests/passing/to_any.fa
Ari Archer 4ba152cedc
Start work on type checking, add generic type and add more tests for to
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
2022-07-28 13:08:36 +03:00

8 lines
105 B
Text

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