Closed driftsignal closed 7 months ago
I'm used to if aborting with out the else statement. Using hy 0.28.0 and hy generates an error without the else clause.
(if a b c)
works but
(if a b)
generates an error for me
Yes, as of #2240.
I'm used to if aborting with out the else statement. Using hy 0.28.0 and hy generates an error without the else clause.
works but
generates an error for me