5f7579 Update `identity' functionality:

Authored and Committed by areguera 13 years ago
    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.