15 lines
175 B
Text
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
|