13 lines
190 B
Text
13 lines
190 B
Text
include 'std/lstd.fa'
|
|
include 'std/logic.fa'
|
|
|
|
|
|
fun main [ str str int ] int eo
|
|
0 0 lse #not if
|
|
"0 <= 0 is supposed to be true" #error
|
|
end
|
|
|
|
%EXIT_SUCCESS
|
|
end
|
|
|
|
#main #exit
|