fa/tests/passing/operator_bot.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

8 lines
111 B
Text

include 'std/std.fa'
macro main
1 bot 3 add if %EXIT_SUCCESS %exit end
%EXIT_FAILURE %exit
end
%main