METHOD xyz USES_STATIC name name1 name2.. USES_CONSTANT name name1 name2..
CODE
pStatic
pStatic1
pStatic2
…
pConstant
pConstant1
pConstant2
…
ENDCODE
The above order should be strictly followed to specify the static and constant objects.
METHOD xyz USES_STATIC name name1 name2.. USES_CONSTANT name name1 name2..
CODE
pStatic
pStatic1
pStatic2
…
pConstant
pConstant1
pConstant2
…
ENDCODE
The above order should be strictly followed to specify the static and constant objects.