values

values t -- yields a list of the values occurring in the hash table t.

i1 : x = new HashTable from {a => 1, b => 2}

o1 = HashTable{a => 1}
               b => 2

o1 : HashTable
i2 : values x

o2 = {2, 1}

o2 : List


topindexpreviousupnext