Sophie

Sophie

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

Macaulay2-1.3.1-8.fc15.i686.rpm

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

i1 : a .. e

o1 = (a, b, c, d, e)

o1 : Sequence

i2 : v = VerticalList oo

o2 = {a}
     {b}
     {c}
     {d}
     {e}

o2 : VerticalList

i3 : v_1

o3 = b

o3 : Symbol

i4 : length v

o4 = 5

i5 : toList v

o5 = {a, b, c, d, e}

o5 : List

i6 :