Y
Hacker News
new
|
ask
|
show
|
jobs
by
jdmichal
150 days ago
C uses `|` for bitwise OR and `||` for logical OR. I'm assuming this inherited the same operator paradigm since it compiles to C.