Sophie

Sophie

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

Macaulay2-1.3.1-8.fc15.i686.rpm

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

i1 : f = openInOut "!cat"

o1 = !cat

o1 : File

i2 : f << "hi there" << closeOut;

i3 : atEndOfFile f

o3 = false

i4 : peek read f

o4 = "hi there"

i5 : atEndOfFile f

o5 = true

i6 :