;;; helper.lsp - Run prog from TOPS-20 exec?
(comment) ;magic
;(progn ; real init file stuff
; (setq base 10. ibase 10. *nopoint nil) ;change radix
; (setq nouuo t *rset t) ;these make debugging easier
; '*) ;return an asterisk for Lisp to print out
(defun hello ()
 (print "Hello, Maclisp!"))

(hello)

(quit)