2 lines
37 B
Scheme
2 lines
37 B
Scheme
|
(define (not x) (if x #false #true))
|
|
(define (not x) (if x #false #true))
|