Name: load
Syntax: (load app [flag])
Description: Loads the AutoLISP application if it is found, or it will use the flag when the application is not located, and/or couldn't be loaded.
Example(s): (load "appload")
(load "appload.lsp")
(load "myapp" "not located")
|