load {file} {option value}* [Command]

Loads {file} into Lisp. To load a file with blanks in its name, enclose the name within "".

Example:

Load foo.cm from the home directory:
Stella [Top-Level]: load ~/foo
Load file with spaces in pathname:
Stella [Top-Level]: load "Macintosh HD:Desktop Folder:test.cm"

See Also:

cl, import


Last Modified: 5-Mar-1998