<html>
<head>
<meta content="text/html; charset=windows-1252"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<br>
<br>
<div class="moz-cite-prefix">Am 2017-02-05 um 15:24 schrieb Howard
Page-Clark:<br>
</div>
<blockquote
cite="mid:69639ce2-f072-6b63-d3a5-95ba569f58c6@talktalk.net"
type="cite">var
<br>
&begin: boolean;
<br>
</blockquote>
<br>
Is that a valid identifier?<br>
Here<br>
<a class="moz-txt-link-freetext" href="http://wiki.lazarus.freepascal.org/Identifiers">http://wiki.lazarus.freepascal.org/Identifiers</a><br>
it says:<br>
<p>Rules for identifiers:
</p>
<ul>
<li> Must begin with a letter from the English alphabet or an
underscore (_).
</li>
<li> Can be followed by alphanumeric characters (alphabetic
characters and numerals), or the underscore (_).
</li>
<li> May not contain special characters, such as:
</li>
</ul>
<pre> ~ ! @ # $ % ^ & * ( ) + ` - = { } [ ] : " ; ' < > ? , . / | \
</pre>
<br>
</body>
</html>