mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 09:41:36 +00:00
fixed the comment format
This commit is contained in:
parent
fbd07f268c
commit
68fc9b5c1f
@ -176,7 +176,7 @@ nil ; for false - and the empty list
|
||||
*rover* ; => #S(DOG :NAME "rover" :BREED "collie" :AGE 5)
|
||||
|
||||
(dog-p *rover*) ; => true #| -p signifies "predicate". It's used to
|
||||
check if *rover* is an instance of dog.|#
|
||||
check if *rover* is an instance of dog. |#
|
||||
(dog-name *rover*) ; => "rover"
|
||||
|
||||
;; Dog-p, make-dog, and dog-name are all created by defstruct!
|
||||
|
Loading…
Reference in New Issue
Block a user