.BG
.FN source
.TL
Parse and Evaluate S Expressions from a File
.CS
source(file, local = F)
.AG file
character string giving the name of a file.
The entire contents of the file will be parsed and the resulting
expressions evaluated.
Assignments on the file will be global or local according to the
optional second argument.
.AG local
if `FALSE', the expressions on the file will be
evaluated in the top (global) frame; otherwise, locally to the function
calling `source'.
.RT
the value of the last expression on
the file (see `eval').
Automatic printing of this result is turned off, if `source' is called at
the top level.
.KW file
.WR
