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

6 lines
140 B
Text
Raw Permalink Normal View History

2015-02-20 00:35:01 -05:00
;; local file
(load "file.lsp")
;; URLs (both http:// and file:// URLs are supported)
(load "http://www.newlisp.org/code/modules/ftp.lsp")