Defun
(defun double (x)
"Doubles the number"
(declare (fixnum x))
(+ x x))
(defun fn-name arglist
optional-doc-string
optional-declarations
code)
Previous slide
Next slide
Back to first slide
View graphic version