Comment by Zambyte
4 days ago
I count two: true and void. This becomes obvious in languages that have consistent application syntax like Lisp, which would write this as
(if true '())
Or if you wanted to capture the exact same semantics (rather than returning a null value to the continuation of the if)
(if true (values))
Now it's obvious that if takes two (or three) arguments :)
No comments yet
Contribute on Hacker News ↗