Sophie

Sophie

distrib > * > cooker > x86_64 > by-pkgid > 25cc94cbc7a773d7a95087917a2e09e0 > files > 4

ecl-doc-11.1.1-2.x86_64.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)