Return
Styles:
Pseud0ch
,
Terminal
,
Valhalla
,
NES
,
Geocities
,
Blue Moon
.
Entire thread
Garbage Collection
1
Name:
Anonymous
2011-12-22 2:21
11
Name:
Anonymous
2011-12-23 1:18
Cool! Here's a good example of what you want:
(defun dot-print (x)
(if (or (zerop x)
(minusp x))
nil
(progn
(format t ".")
(dot-print (1- x)))))
Newer Posts
Don't change these.
Name:
Email:
Entire Thread
Thread List