Closed this issue 10 years ago · 1 comments
When compiling an (if), if there's no else branch and it would compile to the ternary form, instead compile it to the binary form:
(if)
else
if (<test>) <then>;
Done in 0.2.13