Sophie

Sophie

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

Macaulay2-1.3.1-8.fc15.i686.rpm

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

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

o1 = MutableHashTable{...2...}

o1 : MutableHashTable

i2 : remove(x,a)

i3 : x

o3 = MutableHashTable{...1...}

o3 : MutableHashTable

i4 :