This produces a formatting Error: expecting keyword false or true, notIDENT, a, at :1:4 (Exception)
Error
expecting keyword false or true, not
, at :1:4 (Exception)
if a = 0 a end if true
I'd go as far as to say that trailing ifs on multi-line expressions shouldn't compile.
Most helpful comment
I'd go as far as to say that trailing ifs on multi-line expressions shouldn't compile.