Macaulay2 » Documentation
Packages » Macaulay2Doc :: closeIn
next | previous | forward | backward | up | index | toc

closeIn -- close an input file

Description

f << closeIn -- closes the input file f.
closeIn f -- closes the input file f.

If the file was open only for input, then close is easier to use and has the same effect.

If the file was open for both input and output, it remains open for output.

Ways to use closeIn :

For the programmer

The object closeIn is a manipulator.