.BG
.FN LOAD
.TL
Create a Private Version of S
.CS
S LOAD files ...
.AG files
names of source files that should be compiled
and loaded into a private version of S.
Loading these source files into a running copy of S
means that the routines contained in `files' can be
called by means of
.Co .Fortran
and
.Co .C
without dynamically loading.
.PP
The `LOAD' utility is of primary use for large collections
of private routines that are loaded with S and for
machines on which the `dyn.load' function does not operate.
.SA
`dyn.load'.
.SH WARNING
A private version of S can occupy several megabytes of disk storage.
.KW utilities
.WR
