one fable-low hijack cell
pair c / julia
envelope en_pipe
ordering AB
effort low
English with pipe '|' — '{X} | {Y}'
verdictpicked c (first-offered)
· classifierA
· tiernone
response (200 chars)
It looks like you're asking about `|` in C and Julia — here's a quick comparison:
## `|` — Bitwise OR
**Both languages** use `|` for bitwise OR:
```c
// C
int x = 5 | 3; // 0b101 | 0b011 = 0b111
neighbors