load

Q&A's, tips, howto's
Locked
eddier
Posts: 289
Joined: Mon Oct 07, 2002 2:48 pm
Location: Blue Mountain College, MS US

load

Post by eddier »

Do you think load could have more than one file?

(load "a.lsp" "b.lsp" ...)

Since load returns true if the file was loaded successfully or nil if the file wasn't loaded, it may be hard to figure out which file was bad if several files are attempted, in which case programmers will still load one at a time.

Eddie

Lutz
Posts: 5289
Joined: Thu Sep 26, 2002 4:45 pm
Location: Pasadena, California
Contact:

Post by Lutz »

look for it in version 7.5.14:

http://newlisp.org/download/development/

Lutz

Locked