4 lines
95 B
Text
4 lines
95 B
Text
(de foo (N)
|
|
(prinl "This is 'foo'")
|
|
(printsp N)
|
|
(or (=0 (dec 'N)) (run (cddr foo))) )
|