Page 60 syntax error

83 views
Skip to first unread message

Ron Given

unread,
Aug 28, 2020, 9:34:15 PM8/28/20
to Land of Lisp
Very minor error:
(if (and *file-modified*
     (ask-user-about-saving))
   (save-file)))

Should be:
(if (and *file-modified*
     (ask-user-about-saving))
   (save-file))
One less close parenthesis.

Conrad Barski

unread,
Sep 1, 2020, 2:22:28 PM9/1/20
to land-o...@googlegroups.com
thanks, this will be in the 2020 reprint.

--
You received this message because you are subscribed to the Google Groups "Land of Lisp" group.
To unsubscribe from this group and stop receiving emails from it, send an email to land-of-lisp...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/land-of-lisp/ca292f8d-7a8f-4775-bcba-448c04b1be18n%40googlegroups.com.


--
Conrad Barski, M.D.
Medical Software Developer
Chicago
Reply all
Reply to author
Forward
0 new messages