<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p>According to you other posts, I won't be surprised that you think
      in a C/C++ way.<br>
      This doesn't change anything in your last example, but
      particularly  :<br>
    </p>
    <pre class="moz-quote-pre" wrap="">nextt := num;</pre>
    <div class="moz-cite-prefix">doesn't behave like in C :</div>
    <div class="moz-cite-prefix">
      <pre>return num;</pre>
    </div>
    <div class="moz-cite-prefix">In pascal I think the equivalent would
      be :</div>
    <div class="moz-cite-prefix">
      <pre class="moz-quote-pre" wrap="">nextt := num; exit;</pre>
    </div>
    <br>
  </body>
</html>