fa/tests/passing/conditionals.fa
Ari Archer 7ec217c3b5
Added tests for conditionals and bot, grt, lst ops
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
2022-07-06 04:18:27 +03:00

13 lines
131 B
Text

include 'std/std.fa'
macro main
0 1 grt if
%EXIT_SUCCESS
else
%EXIT_FAILURE
end
%exit
end
%main