Hacker News new | ask | show | jobs
by anton_gogolev 4860 days ago
`&&` and `and` have utterly different semantics: `and` does not short-circuit. `andalso` does.