Sophie

Sophie

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

Macaulay2-1.3.1-8.fc15.i686.rpm

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

i1 : mutable symbol s

o1 = true

i2 : s = 5

o2 = 5

i3 : s

o3 = 5

i4 : protect symbol s

o4 = s

o4 : Symbol

i5 : mutable symbol s

o5 = false

i6 : try s = 7

i7 : s

o7 = 5

i8 :