6 lines
140 B
Text
6 lines
140 B
Text
|
|
;; local file
|
||
|
|
(load "file.lsp")
|
||
|
|
|
||
|
|
;; URLs (both http:// and file:// URLs are supported)
|
||
|
|
(load "http://www.newlisp.org/code/modules/ftp.lsp")
|