いろいろな記録
(define atom?(lambda (x) (and (not (pair? x)) (not (null? x)))))gosh> (atom? 'a)#tgosh> (atom? '())#f
コメントを投稿
0 件のコメント:
コメントを投稿