Open fabriciocolombo opened 8 years ago
The following code causes a parser error because PACKAGE is treated as a keyword.
unit PackageAsIdentifier; interface implementation var Package: Boolean; end.
The following code causes a parser error because PACKAGE is treated as a keyword.