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

12 lines
148 B
Text

include 'std/std.fa'
fun main [ str str int ] eo
null if
"Null is not truthy lmao" %error
end
%EXIT_SUCCESS %exit
end
#main