1
0
Fork 0
lesson-lisp/lib/logic.scm

2 lines
37 B
Scheme
Raw Permalink Normal View History

2023-05-07 13:08:10 -04:00
(define (not x) (if x #false #true))