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

6 lines
140 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
;; local file
(load "file.lsp")
;; URLs (both http:// and file:// URLs are supported)
(load "http://www.newlisp.org/code/modules/ftp.lsp")