.BG
.FN restore
.TL
Bring Back Dumped Objects
.CS
restore(file)
.AG file
character string, interpreted as a file name.
.SE
All data objects stored on `file' are placed
in the local `".Data"' directory.
Normally, the file supplied to `restore' was previously created
(maybe on another machine) by a call to `dump'.
Note: this function is not affected by the current search list.
.SA
`dget', `dput', `dump'.
.EX
dump(ls(),file="all.data")
restore("all.data")
.KW data
.WR
