13 lines
219 B
Text
13 lines
219 B
Text
include 'std/std.fa'
|
|
include 'std/math.fa'
|
|
include 'std/logic.fa'
|
|
|
|
fun main [ str str int ] eo
|
|
3 86 #mod 2 eql #not if
|
|
"86 % 3 did not turn out to be 2 :(" %error
|
|
end
|
|
|
|
%EXIT_SUCCESS %exit
|
|
end
|
|
|
|
#main
|