%assignment Statement
A %assignment statement evaluates a preprocessor expression
and assigns the result to a preprocessor variable.
 >>-%--+------------+-------------------------------------------->
| .--------. |
| V | |
'---label:-+-'
>--preprocessor-variable = preprocessor-expression--;----------><
|
Compound and multiple assignments are not allowed.
The target in an assignment may not be an array, but it may be
an array element.
|
This information center is powered by Eclipse technology. (http://www.eclipse.org)