<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im"><div><br></div><div>if x then begin</div><div>  code</div><div>end else begin</div>
</div></blockquote><div>    new-command; </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im"><div>  if y then begin</div>
<div>    code</div><div>  end else begin</div><div>    code</div><div>  end;</div><div>end;</div></div></blockquote><div><br></div><div>dammit, missed new-command when reading your code :S</div><div><br></div><div>also kinda missed your point tbh...</div>
<div><br></div><div>if x then begin<br>  code <br>end else<br>  if y then begin <br>      code<br>  end else begin<br>      code<br>  end; <br><br></div><div>both methods are as easy as each other for where to place the begin/end/new-command, IMO.</div>
<div><br></div><div>- V </div></div><br>