Sophie

Sophie

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

Macaulay2-1.3.1-8.fc15.i686.rpm

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

i1 : x = new MutableHashTable

o1 = MutableHashTable{}

o1 : MutableHashTable

i2 : scan(0 .. 30, i -> x#i = i^2)

i3 : x # 20

o3 = 400

i4 : x #? 40

o4 = false

i5 :