14 lines
217 B
Text
14 lines
217 B
Text
include 'std/std.fa'
|
|
include 'std/math.fa'
|
|
include 'std/logic.fa'
|
|
|
|
|
|
fun main [ str str int ] eo
|
|
2 10 #div 5 eql #not if
|
|
"10 // 2 is supposed to return 5" %error
|
|
end
|
|
|
|
%EXIT_SUCCESS %exit
|
|
end
|
|
|
|
#main
|