Dr A Olowofoyeku wrote:
Why not use {$define} for case insensitive and #define for case sensitive ? Since case-sensitivity is a C thing, we might as well keep #define (which is also a C thing) for that purpose. Advantage? It avoids the introduction of new constructs.
I see the advantages. But in fact we want to get rid of unpascalish things such as #define and promote alternatives like {$define}.
Peter