<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html;
      charset=windows-1252">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">Philip Taylor wrote:<br>
      <br>
    </div>
    <blockquote type="cite"
      cite="mid:78f38795-0f18-0f42-163f-b0524fecf2e9@Hellenic-Institute.Uk">
      <meta http-equiv="content-type" content="text/html;
        charset=windows-1252">
      <meta http-equiv="Content-Type" content="text/html;
        charset=windows-1252">
      <br>
      It is a long time since I wrote any serious Pascal, and somewhat
      to my embarrasment I can't even see a copy of the <i>User Manual
        and Report</i> as I write, but I am reasonably sure that
      standard Pascal supports the 'new' generator which allocates a new
      variable, 'though whether from stack or heap I no longer remember
      ...<br>
    </blockquote>
    <br>
    Of course, from the heap — I must have been over-tired when I wrote
    that last clause ...  And of course standard Pascal also support
    'dispose', to return no longer wanted 'new' objects (which are by
    then, of course, 'old' objects !) to the heap.<br>
  </body>
</html>