SIngle line statement "if xxx then yyy"
Brought to you by:
anthonysteele
Using "Block without begin" at "leave as is" will break after THEN, even if "leave as is" is selected. The other options Always/Never work fine with the expected results.
So what I want is:
if XXX then YYYY;
if XXX then
ZZZZ;
should be both allowed.