mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 02:30:42 -08:00
Add technical overview
This commit is contained in:
parent
ddcb66235d
commit
9641752f5c
3 changed files with 120 additions and 8 deletions
|
|
@ -47,7 +47,7 @@
|
|||
(declare (ignore obj))
|
||||
(setf (value i2) (my-slot lisp-obj))))
|
||||
;; This updates an element on the page by just changing the value of the linked
|
||||
;; slot
|
||||
;; slot and my-count can be adjusted mid loop from web page
|
||||
(loop
|
||||
(cond ((> (my-count lisp-obj) 0)
|
||||
(decf (my-count lisp-obj))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue