Update `identity' functionality:
- Improve construction of array index. Stop using arithmetic
substitution `$((EXPRESSION))'. Start using arithmetic
expression `((EXPRESSION))' instead.
- Start using the variable pre-increment construction `++ID' to
increment the variable that control the array index value.