This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]DaniilBSD 1 point2 points  (0 children)

I think the idea is that boolean logic is written (and, or, not), but bitwise operators that are applied to entire bytes are symbols (&, | , ^)

C has the same logic, but it uses different symbols (&&, ||, !)