mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-10 04:40:13 -08:00
style changes
This commit is contained in:
parent
79a31fba88
commit
a46f5dbf6f
8 changed files with 39 additions and 83 deletions
|
|
@ -30,9 +30,8 @@
|
|||
; and prevent garbage collection of our CLOG-Objects
|
||||
; until no longer needed.
|
||||
|
||||
;; To see all the events one can set and the many properties and styles that
|
||||
;; exist, take a look through the CLOG manual or the file clog-element.lisp
|
||||
|
||||
;;; To see all the events one can set and the many properties and styles that
|
||||
;;; exist, take a look through the CLOG manual or the file clog-element.lisp
|
||||
|
||||
(defun start-tutorial () ; Define the function called start-tutorial
|
||||
"Start turtorial." ; Optional docstring to describe function
|
||||
|
|
@ -44,6 +43,5 @@
|
|||
;; #' tells common lisp to pass the function
|
||||
;; to intialize and not to execute it.
|
||||
|
||||
|
||||
;; Open a browser to http://12.0.0.1:8080 - the default for CLOG apps
|
||||
(open-browser))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue