llisp/test/if.ll

7 lines
106 B
LLVM

(if 1 (write "test"))
(if 0 (write "test"))
(if 1
((if 1 ((write "no")) ((exit 5))))
((write "nya")))