.BG
.VE $Header: /usr3/s/current/s/.help/RCS/save,v 1.2 83/12/30 19:34:07 rab Exp $
.FN save
.TL
save: Save Data in Save Data Directory
.CS
save(arg1, arg2, ..., pos=)
.PP
.AG argi
structure to be saved in the data directory.  If `argi' is given in
`name=value' form, the value is saved under the given name.
Otherwise, `argi' should be a dataset name.
.AG pos=
the position in the data directory search list of the data directory
into which the data should be saved.  Default 2 (normally,
the user's save directory).
.RT
a structure composed of arg1, arg2, ....
.PP
Note that `save' does not automatically print its result.
.EX
print(save(a,b,y=1:10))     #saves a, b and y
       # and prints their values
.KW basic*
.KW data management
.WR
