13 lines
234 B
Text
13 lines
234 B
Text
include 'std/std.fa'
|
|
include 'std/logic.fa'
|
|
include 'std/native_math.fa'
|
|
|
|
fun main [ str str int ] eo
|
|
1234 #uadiv10 123 eql #not if
|
|
"1234 // 10 is supposed to return 123" %error
|
|
end
|
|
|
|
%EXIT_SUCCESS %exit
|
|
end
|
|
|
|
#main
|