foo: bar baz
foo bar baz
if (predicate): (then-instr) (else-instr)
if (predicate) (then-instr) (else-instr)
+ 1: * x x * y y
+ 1 * x x * y y
Or alternately if the indented lines gain implicit parens shouldn't
foo (bar) (baz) ?
So, in the case of
-----