A error occurred in loadin empty file. It should be return a nil?
Code: Select all
$ touch empty.lsp
$ newlisp 
newLISP v.10.6.3 64-bit on OSX IPv4/6 UTF-8 libffi, options: newlisp -h
> (load "empty.lsp")
ERR: problem accessing file in function load : "empty.lsp"
> (eval-string "")  ; passing empty string
nil