From: Tom Eversole
Subject: Running LINUX and CLISP
Date: 
Message-ID: <B+97ztS.teversole@delphi.com>
	When I run the CLISP defun as in
	(defun foo (x y) (+ x y 5))
	I get EVAL: defun undefined. Obviously I am just starting to
	learn LISP. What am I doing wrong?
		Thanks in advance.
m