When certain loop directives precede an array assignment statement, they affect the implicit loops that are generated by the compiler.
The following loop directives can affect array assignment statements:
Only one of the above directives can precede the array assignment statement (one-dimensional-array = expression) to affect it.
Other rules may apply to these directives. For more information, see the description of each directive.