fa/tests/passing/ret.fa
Ari Archer e0ae5aafc7
Fix type signatures
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
2022-07-19 07:57:49 +03:00

15 lines
175 B
Text

include 'std/std.fa'
fun hello [ int ] int eo
1 eql if
ret
else
%EXIT_SUCCESS
end
end
fun main [ str str int ] eo
69 #hello %exit
end
#main