Sophie

Sophie

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

Macaulay2-1.3.1-8.fc15.i686.rpm

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

i1 : f = temporaryFileName() << "hi there"

o1 = /tmp/M2-11337-1

o1 : File

i2 : fileLength f

o2 = 8

i3 : close f

o3 = /tmp/M2-11337-1

o3 : File

i4 : filename = toString f

o4 = /tmp/M2-11337-1

i5 : fileLength filename

o5 = 8

i6 : get filename

o6 = hi there

i7 : length oo

o7 = 8

i8 : removeFile filename

i9 :