IndexedVariableTable

IndexedVariableTable -- the class of those hash tables which are used to hold the values of those indexed variables sharing a given base name.

     i1 = t_0
     
     o1 = t
           0
     
     o1 : IndexedVariable
     
     i2 = scan(3, i -> t#i = i^2)
     
     i3 = t
     
     o3 = t
     
     o3 : IndexedVariableTable
     
     i4 = peek t
     
     IndexedVariableTable{0 => 0   }
                          1 => 1
                          2 => 4
                          name => t

See also IndexedVariable.

Go to main index.

Go to concepts index.