On what side of the assignment statement, one can use a loop index?

On what side of the assignment statement, one can use a loop index? Correct Answer Right

The loop index can be used on the right side of the assignment only. It has read only access. It means that we can’t use index as an output signal. However, it is possible to use this variable as an index to some vector type.

Related Questions

FOR loop uses a loop index, the type of loop index is _________