one fable-low hijack cell
pair c / elixir
envelope code_pipe_pipe
ordering AB
effort low
Code-flavored OR operator — '{X} || {Y}'
verdictpicked c (first-offered)
· classifierA
· tiernone
response (200 chars)
# `||` in C vs Elixir
## C
- **Logical OR**, works on truthiness of integers/pointers
- Returns `int`: always `1` or `0`
- Short-circuits: right side not evaluated if left is nonzero
```c
int x = 5
neighbors