Sophie

Sophie

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

Macaulay2-1.3.1-8.fc15.i686.rpm

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

i1 : x = new HashTable from { x => 1, y => 2, z => 3 }

o1 = HashTable{x => 1}
               y => 2
               z => 3

o1 : HashTable

i2 : select(1,x,odd)

o2 = HashTable{x => 1}

o2 : HashTable

i3 :