NextPrevUpTopContentsIndex

2.1 Developing the program

The program we use in the example is:

(in-package "CL-USER")
 
(defun hello-world ()
  (capi:display-message "Hello World!"))

Put this in a file, compile it and test it by calling (hello-world) .


LispWorks Delivery User Guide - 27 Jul 2004

NextPrevUpTopContentsIndex