mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 02:30:42 -08:00
update comments on tuturial 1
This commit is contained in:
parent
5f697aa78e
commit
492477cabb
1 changed files with 2 additions and 0 deletions
|
|
@ -3,6 +3,8 @@
|
||||||
(:export start-tutorial)) ; Export as public the start-tutorial function
|
(: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
|
(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
|
;; Define our CLOG application
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue