Sophie

Sophie

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

Macaulay2-1.3.1-8.fc15.i686.rpm

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

i1 : s = new MutableList from {a,b,c};

i2 : s#2 = 1234;

i3 : s

o3 = MutableList{...3...}

o3 : MutableList

i4 : peek s

o4 = MutableList{a, b, 1234}

i5 :