RosettaCodeData/Task/Include-a-file/NewLISP/include-a-file.l

6 lines
140 B
Common Lisp

;; local file
(load "file.lsp")
;; URLs (both http:// and file:// URLs are supported)
(load "http://www.newlisp.org/code/modules/ftp.lsp")