1
0
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:
Lars Brinkhoff
2023-09-07 17:31:30 +02:00
parent 6156486df1
commit 4b2f631a03
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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)