Sophie

Sophie

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

Macaulay2-1.3.1-8.fc15.i686.rpm

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

i1 : x = a .. z

o1 = (a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x,
     ------------------------------------------------------------------------
     y, z)

o1 : Sequence

i2 : x#12

o2 = m

o2 : Symbol

i3 : y = new MutableList from x

o3 = MutableList{...26...}

o3 : MutableList

i4 : y#12 = foo

o4 = foo

o4 : Symbol

i5 : toSequence y

o5 = (a, b, c, d, e, f, g, h, i, j, k, l, foo, n, o, p, q, r, s, t, u, v, w,
     ------------------------------------------------------------------------
     x, y, z)

o5 : Sequence

i6 :