j
k
j a
j l
* Leo [2011-12-01 17:44] writes:
Define this function: (define atom? (lambda (x) (and (not (pair? x)) (not (null? x))))) In a scheme buffer write: (atom? ) ^--- SPC
Define this function:
(define atom? (lambda (x) (and (not (pair? x)) (not (null? x)))))
In a scheme buffer write: (atom? ) ^--- SPC
Fixed now.
Helmut
Back to the thread
Back to the list