Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 647713b9d7dd39e8d449ef7dab7af759 > files > 225

ecl-11.1.1-1.fc15.i686.rpm

(princ "======================================================================") (terpri)

(princ "We are now executing FILE1.LSP") (terpri)

(defun test-function (x y)
  (format t "~D + ~D is equal to ~D~%" x y (+ x y)))

(princ "TEST-FUNCTION has been created") (terpri)