log in
Artificial
Intelligence
Fall 2007
course
home
wiki
syllabus
resources
lecture notes
assignments
|
next
navigation
help
.. /
. /
scratch
This is the code I used to do that:
(
defun
f
(
x
&key
y
)
; This is a comment
(
format
nil
"x is ~A; y is ~A"
x y
)
)
'
(
1
2
3
)
So there.
http://cs.marlboro.edu/
courses/
fall2007/ai/
lecture_notes/
scratch
last modified Thursday September 27 2007 1:45 pm EDT