load

Started by eddier, March 19, 2004, 09:19:22 AM

Previous topic - Next topic

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

#1
look for it in version 7.5.14:



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



Lutz