From 492477cabb245a97ccac6080c561c0eeed5bed50 Mon Sep 17 00:00:00 2001 From: David Botton Date: Wed, 10 Jan 2024 19:13:02 -0500 Subject: [PATCH] update comments on tuturial 1 --- tutorial/01-tutorial.lisp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tutorial/01-tutorial.lisp b/tutorial/01-tutorial.lisp index 591ea6b..439f957 100644 --- a/tutorial/01-tutorial.lisp +++ b/tutorial/01-tutorial.lisp @@ -3,6 +3,8 @@ (:export start-tutorial)) ; Export as public the start-tutorial function (in-package :clog-tut-1) ; Tell the "reader" we are in the clog-tut-1 package + ; The "reader" is the internal Common Lisp application + ; that reads the application as it is loaded ;; Define our CLOG application