Sophie

Sophie

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

Macaulay2-1.3.1-8.fc15.i686.rpm

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

i1 : L = new Type of BasicList

o1 = L

o1 : Type

i2 : x = new L from {a,b,c,d}

o2 = L{a, b, c, d}

o2 : L

i3 : join(x,x)

o3 = L{a, b, c, d, a, b, c, d}

o3 : L

i4 :