case sensitivity

The ability to distinguish between upper- and lowercase letters. The 4GL language is not case-sensitive. The variables a and A refer to the same address in memory. Certain command line syntax (command names and options) are case-sensitive.

See also identifier, keyword, naming conventions.