in reply to Re^3: if/else syntax
in thread if/else syntax

so why we can't have a if/else syntax without brackets that behaves just like the ternary operator ?
if a { if b { c } else { d } } or if a { if b { c } } else { d }

Does not matter who the compiler will assume, since if it get implemented we would know it before hand

Replies are listed 'Best First'.
Re^5: if/else syntax
by Transient (Hermit) on Jun 26, 2009 at 17:21 UTC