fa/tests/stdlib/passing/logic_not.fa
Ari Archer c30a3de674
Deprecate mutability contexts
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
2022-07-27 13:41:50 +03:00

11 lines
220 B
Text

include 'std/std.fa'
include 'std/logic.fa'
fun main [ str str int ] eo
1 #not if "!1 is supposed to be false" %error end
69 #not if "!69 is supposed to be false" %error end
%EXIT_SUCCESS %exit
end
#main