[Next] [Previous] [Up] [Top] [Contents] [Index]

Lisp-based editing

Executing your program

You now have a file with two expressions in it. It should look like this:

(defvar my-name
  (get-string-from-user
   "Please type in your name."))

(format nil "Hello, ~A!" my-name)

Now try it out.


Gettmg Started with MCL - 19 OCT 1996
[Next] [Previous] [Up] [Top] [Contents] [Index]

Generated with Harlequin WebMaker