Impelement till 4.5
This commit is contained in:
@@ -63,6 +63,8 @@
|
||||
(define (self-evaluating? exp)
|
||||
(cond ((number? exp) true)
|
||||
((string? exp) true)
|
||||
((eq? exp #t) true)
|
||||
((eq? exp #f) true)
|
||||
(else false)))
|
||||
|
||||
(define (variable? exp) (symbol? exp))
|
||||
|
||||
Reference in New Issue
Block a user