質問編集履歴

1

誤植があった。

2022/11/10 21:01

投稿

tf2014
tf2014

スコア75

test CHANGED
File without changes
test CHANGED
@@ -33,7 +33,7 @@
33
33
  (not (listp x)))
34
34
  ```
35
35
  ```Scheme
36
- (define atojm?
36
+ (define atom?
37
37
  (lambda (x)
38
38
  (and (not (pair? x)) (not (null? x))))))
39
39
  ```