Am 2017-02-05 um 15:24 schrieb Howard Page-Clark:
var
  &begin: boolean;

Is that a valid identifier?
Here
http://wiki.lazarus.freepascal.org/Identifiers
it says:

Rules for identifiers:

 * Must begin with a letter from the English alphabet or an underscore (_).
 * Can be followed by alphanumeric characters (alphabetic characters and 
numerals), or the underscore (_).
 * May not contain special characters, such as:

 ~ ! @ # $ % ^ & * ( ) + ` - = { } [ ] : " ; ' < > ? , . / | \


_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to