Next: astrf, Previous: assoc, Up: Internal Routines [Contents][Index]
astore, x [, …], file
astore(x [, …], file)
Stores the values of all but the last arguments in the file whose name
is the last argument (file
). Only simple data classes
(scalar
, string
, array
, range
,
filemap
, assoc
, undefined
) are currently
implemented. Compound data classes (e.g., list
, struct
)
that encompass more than one symbol are not currently implemented. The
function form returns 1 on success, 0 on failure.
See also: arestore, Uncompressed Disk Output