ring wandering
(let1 e 'd (if (or (if (eq? e 'a) 'car) (if (eq? e 'd) 'cdr)) 'found 'notfound))
(let1 e 'd (if (coalesce ((eq? e 'a) 'car) ((eq? e 'd) 'cdr)) 'found 'notfound))
0 件のコメント:
コメントを投稿