Sophie

Sophie

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

Macaulay2-1.3.1-8.fc15.i686.rpm

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

i1 : "abc" | "def"

o1 = abcdef

i2 : x = "abc" || "ABC"

o2 = abc
     ABC

i3 : x|"x"|x

o3 = abcxabc
     ABC ABC

i4 : "t = " | 333

o4 = t = 333

i5 :