Hacker News new | ask | show | jobs
by schrototo 5350 days ago
> If the first OR statement is true, any good compiler will skip the next two clauses.

This has nothing to do with the compiler, it's part of the language specification. If your compiler doesn't comply with this, it's broken.