comparison doc/interpreter/io.txi @ 5213:390f13fc0f4a

[project @ 2005-03-16 05:34:15 by jwe]
author jwe
date Wed, 16 Mar 2005 05:34:27 +0000
parents bdbee5282954
children 6434e63553f0
comparison
equal deleted inserted replaced
5212:04d810c3eb51 5213:390f13fc0f4a
117 @DOCSTRING(kbhit) 117 @DOCSTRING(kbhit)
118 118
119 @node Simple File I/O 119 @node Simple File I/O
120 @subsection Simple File I/O 120 @subsection Simple File I/O
121 121
122 @cindex{saving data}
123 @cindex{loading data}
122 The @code{save} and @code{load} commands allow data to be written to and 124 The @code{save} and @code{load} commands allow data to be written to and
123 read from disk files in various formats. The default format of files 125 read from disk files in various formats. The default format of files
124 written by the @code{save} command can be controlled using the built-in 126 written by the @code{save} command can be controlled using the built-in
125 variables @code{default_save_format} and @code{save_precision}. 127 variables @code{default_save_format} and @code{save_precision}.
126 128