<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">On 10/06/2019 04:00, Dmitry Boyarintsev
      wrote:<br>
    </div>
    <blockquote type="cite"
cite="mid:CAMpTZrcB6Jv_KtF+6Q=MiLRYZocPX97j_vuJagDYEeD8ZSgBRw@mail.gmail.com">
      <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      <div dir="ltr">
        <div dir="ltr"><br>
        </div>
        <div class="gmail_quote">function DoSomething (a: ^Integer; b:
          Pointer): integer;<br>
          <div><br>
          </div>
          <div>Should the flowing code (inside of DoSomething body) be
            ok as well?</div>
          <div>  ((^Integer)(b))^ := a^;<br>
          </div>
          <div><br>
          </div>
          <div>(keep in mind that ^A ... ^Z is also a character
            escaping)</div>
          <br>
        </div>
      </div>
    </blockquote>
    Inside code / Outside declaration, this already has a meaning:<br>
    <br>
    ^I  is #9<br>
    So this is a char constant.<br>
    <br>
  </body>
</html>