Mercurial > hg > octave-avbm
comparison doc/interpreter/io.txi @ 5016:bdbee5282954
[project @ 2004-09-22 02:50:35 by jwe]
author | jwe |
---|---|
date | Wed, 22 Sep 2004 02:50:36 +0000 |
parents | e2c91da0aa16 |
children | 390f13fc0f4a |
comparison
equal
deleted
inserted
replaced
5015:6d481b6e349e | 5016:bdbee5282954 |
---|---|
122 The @code{save} and @code{load} commands allow data to be written to and | 122 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 | 123 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 | 124 written by the @code{save} command can be controlled using the built-in |
125 variables @code{default_save_format} and @code{save_precision}. | 125 variables @code{default_save_format} and @code{save_precision}. |
126 | 126 |
127 Note that Octave can not yet save or load structure variables or any | 127 Note that Octave cannot yet save or load structure variables or any |
128 user-defined types. | 128 user-defined types. |
129 | 129 |
130 @DOCSTRING(save) | 130 @DOCSTRING(save) |
131 | 131 |
132 There are three variables that modify the behavior of @code{save} and | 132 There are three variables that modify the behavior of @code{save} and |