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
[2.10.863]