Sophie

Sophie

distrib > Mageia > 7 > armv7hl > media > core-release > by-pkgid > f566bbbcc0b09a440b06a0331e7eaacb > files > 39

ecl-doc-16.1.3-1.mga7.armv7hl.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)