Variable Types - ‘Attribute Keywords’¶
In the variables declaration, you can add the following keywords to the variable type:
RETAIN
: for remanent variables of typeRETAIN
PERSISTENT
: for remanent variables of typePERSISTENT
CONSTANT
: for constants
See also