Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 7ebd25ac536d248d499a3ce2acda963a > files > 2518

Macaulay2-1.3.1-8.fc15.i686.rpm

-- -*- M2-comint -*- {* hash: 769058786 *}

i1 : H = new HashTable from {a => 1, b => 2, c => 3}

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

o1 : HashTable

i2 : applyValues(H, v -> v + 100)

o2 = HashTable{a => 101}
               b => 102
               c => 103

o2 : HashTable

i3 :