Hacker News new | ask | show | jobs
by beagle3 5518 days ago
You can overload &&. You just can't make it short circuit like the default is.
1 comments

Wow, that is amazing. I honestly never tried that and assumed (because of short circuiting) that it can't be overloaded.