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

o4 = IndexedVariableTable{0 => 0     }
                          1 => 1
                          2 => 4
                          name => t
                          symbol => t

o4 : Net

See also IndexedVariable.


topindexpreviousupnext