(autoload application list)


Automatically load the LISP application when one of its commands is used.


This function returns associates a list of command names with an application name. Then, when the user types a command name, progeCAD searches for and loads the associated LSP file.

Example

Code Returns
(autoload "routine" '("start" "run" "stop")) nil

Tell me about...

(autoxload application list)

(load filename [flag])

LISP Compatibility

Programming Overview of LISP (LISt Processing) Language