Mathematica 9 is now available

Get (<<)Read

Put

FilledSmallSquareexpr >> filename writes expr to a file.

FilledSmallSquarePut[, , ... , "filename"] writes a sequence of expressions to a file.

FilledSmallSquare On systems with advanced graphical interfaces, there will usually be graphical tools for saving expressions in files.

FilledSmallSquarePut uses the format type InputForm by default.

FilledSmallSquarePut starts writing output at the beginning of the file. It deletes whatever was previously in the file.

FilledSmallSquarePut inserts a newline (line feed) at the end of its output.

FilledSmallSquareexpr >> filename is equivalent to expr >> "filename". The double quotes can be omitted if the file name is of the form specified in Section A.2.7.

FilledSmallSquare It is conventional to use names that end with .m for files containing Mathematica input.

FilledSmallSquare See The Mathematica Book: Section 1.11.1, Section 1.11.10 and Section 2.11.1.

FilledSmallSquare See also: PutAppend, Save, Definition, DumpSave, Export, Get, NotebookPut.

Further Examples

Get (<<)Read



Any questions about topics on this page? Click here to get an individual response.Buy NowMore Information
THIS IS DOCUMENTATION FOR AN OBSOLETE PRODUCT.
SEE THE DOCUMENTATION CENTER FOR THE LATEST INFORMATION.