12 lines
150 B
Text
12 lines
150 B
Text
include 'std/std.fa'
|
|
|
|
|
|
fun main [ str str int ] eo
|
|
false if
|
|
"How is false truthy what" %error
|
|
end
|
|
|
|
%EXIT_SUCCESS %exit
|
|
end
|
|
|
|
#main
|