endif
kill
not working if useVerticalIf > 2 opts or do I miss anything?
@startuml useVerticalIf
!pragma useVerticalIf on
start
if (useVerticalIf bug ?) then ( Y )
if (2+ opts) then ( )
:opt1;
kill
elseif (2+ opts) then ( )
:opt2;
kill
elseif (2+ opts) then ( )
:opt3;
kill
else ( )
:opt 4;
kill
endif
floating note left :kill NOK
kill
else ( N )
if ( 2 opts ) then ( )
:opt1;
else ( )
:opt2;
endif
floating note right :kill OK
kill
endif
' actually I want to use useVericalCase - but only found useVerticalIf