Sophie

Sophie

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

Macaulay2-1.3.1-8.fc15.i686.rpm

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

i1 : fn = temporaryFileName()

o1 = /tmp/M2-11748-1

i2 : fn << "hi there" << close

o2 = /tmp/M2-11748-1

o2 : File

i3 : isRegularFile fn

o3 = true

i4 : removeFile fn

i5 :