RosettaCodeData/Task/Include-a-file/NewLISP/include-a-file.newlisp
2015-02-20 00:35:01 -05:00

5 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")