Merging Hash at the end of IF-Clauses

0 votes
asked Feb 26, 2013 in Wanted features by klaus.koop (140 points)
Hi,

 

I just want to supress the merging hash at the end of an "if-then"-Clause since there is no second path anymore.

 

Best regards

 

Klaus

1 Answer

0 votes
answered Feb 26, 2013 by plantuml (295,000 points)

Could you give an example ?
It has been changed with version 7958:

if (foo) then
  :foo2;
  stop
endif
:foo3;



Thanks,
 

...