mirror of
https://github.com/PDP-10/its.git
synced 2026-03-09 20:38:23 +00:00
Rename Lisp dump script.
LOADER is for STINK scripts.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
(comment) ;Magic allocation comment.
|
||||
|
||||
;; This is the load and dump script for HELLO LISP. Pass the HELLO LOADER
|
||||
;; This is the load and dump script for HELLO LISP. Pass the HELLO (DUMP)
|
||||
;; file name on the LISP command line.
|
||||
|
||||
(progn
|
||||
@@ -1,7 +1,7 @@
|
||||
;;; -*- lisp -*-
|
||||
|
||||
;; Hello world example for Maclisp. When this is compiled to HELLO
|
||||
;; FASL, the file HELLO LOADER will dump out an executable program.
|
||||
;; FASL, the file HELLO (DUMP) will dump out an executable program.
|
||||
(defun hello ()
|
||||
(princ "Hello Maclisp!")
|
||||
(terpri)
|
||||
|
||||
Reference in New Issue
Block a user