<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-15">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Hi,<br>
    The character "!"  in variable names is parsed as "unexpected token"
    and terminates  execution. Will this be corrected to comply with the
    documentation saying "Names of variables and functions must begin
    with a letter or one of the following special characters '<code
      class="literal">%</code>', '<code class="literal">_</code>', '<code
      class="literal">#</code>', '<code class="literal">!</code>', '<code
      class="literal">$</code>', '<code class="literal">?</code>'. Next
    characters may be letters or digits or any special character in '<code
      class="literal">_</code>', '<code class="literal">#</code>', '<code
      class="literal">!</code>', '<code class="literal">$</code>', '<code
      class="literal">?</code>'."?<br>
    <br>
    Hundreds of my self defined functions use "!" as initial character
    to remind me that the name belongs to a function.<br>
    <br>
    Kind regards <br>
    Jens<br>
    <div class="refsection"> </div>
  </body>
</html>