;;; helloml -- Hello program in Maclisp (defun hello () (terpri) (princ "Hello, Maclisp!") (tyo #\space)) (hello)