Consider this program, which returns False:

program Project1;

uses sysutils;

var
  &begin: boolean;

begin
  &begin:=IsValidIdent('&begin');
  WriteLn('IsValidIdent(''&begin'') evaluates to ', &begin);
end.

Should sysutils.IsValidIdent() be updated to return True in this case?

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

Reply via email to