Tag:operators
All the articles with the tag "operators".
&& and || aren't just for booleans
Posted on:April 28, 2023 at 03:16 AM in US/Central5 min readA lot of people think that && (and) and || (or) are just logical operators on booleans, but they're more than that in some languages.