Marco van de Voort wrote:
{$define foo} -- this is what BP uses.
Vote in favour :-)
FPC and Delphi also do this, so since you do this because of consistancy, why not go the entire way :-)
This is not the problem. {$define foo} will be the case-insensitive version as it is in BP, FPC, and Delphi.
The problem is how to call the case-sensitive version.
Peter