Sophie

Sophie

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

Macaulay2-1.3.1-8.fc15.i686.rpm

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

i1 : "test-file" << "hi there" << close;

i2 : g = openIn "test-file"

o2 = test-file

o2 : File

i3 : fileLength g

o3 = 8

i4 : atEndOfFile g

o4 = false

i5 : read g

o5 = hi there

i6 : atEndOfFile g

o6 = true

i7 : close g

o7 = test-file

o7 : File

i8 : removeFile "test-file"

i9 :