Prevents external symbols (such as Program-ID and names of called programs) being converted to upper case.
Syntax:
>>-.---.-.----.--CASE----------------------><
+-/-+ +-NO-+
Properties:
Default:
|
NOCASE (Windows) or
CASE (UNIX)
|
Phase:
|
Generate
|
$SET:
|
Any
|
Comments:
CASE leaves the case of external symbols as is. This is useful if you are calling a program written in C, where names are case dependent.
NOCASE folds external symbols to upper case.