Closed robjens closed 9 years ago
(print (true? true)) ;=> true (print (false? false)) ;=> false
Shouldn't that second one return true as well? I'm confused...
true
Shouldn't that second one return
true
as well? I'm confused...