Compare commits
No commits in common. '9c0ba1801aa21d76f2daec4fb42649ebb5e654a4' and '6376c01d37495000ecba580eb9260fe7d65ece28' have entirely different histories.
9c0ba1801a
...
6376c01d37
@ -1,7 +1,2 @@ |
||||
(def true 1) |
||||
(def false 0) |
||||
|
||||
(def ! (lambda (val) |
||||
(cond (val) |
||||
0 |
||||
1))) |
||||
(def false 1) |
Loading…
Reference in new issue