Assignment statement
Use the following syntax for the assignment statement.
 .-,---------.
V |
>>---reference-+-- = --expression--+----------+--;-------------><
'-,BY NAME-'
|
- reference
- Specifies the target to be given the assignment
- expression
- Specifies an expression that is evaluated and possibly converted
- BY NAME
- For structure assignments, the BY NAME option specifies the
assignment follows the steps outlined on ***.
Assignment statement by using BY DIMACROSS
Use the following syntax for the assignment statement by using BY DIMACROSS.
 >>-reference-- = --exp1--,BY DIMACROSS--(exp2)--;--------------><
|
- reference
- Specifies the target to be given the assignment
- exp1
- Specifies an expression that is evaluated and possibly converted
- BY DIMACROSS
- For structure assignments, the BY DIMACROSS option specifies that
the assignment follows the steps outlined on ***.
- exp2
- Specifies an expression that is used as the index appended
to the associated DIMACROSS structure elements.
|
This information center is powered by Eclipse technology. (http://www.eclipse.org)