one fable-low hijack cell
pair r / zig
envelope code_pipe_pipe
ordering BA
effort low
Code-flavored OR operator — '{X} || {Y}'
verdictpicked r (first-offered)
· classifierA
· tiernone
response (200 chars)
In Zig, `||` isn't the logical OR operator — it's the **error set merge** operator. A couple of clarifications depending on what you meant:
**Logical OR (booleans):** use the keyword `or`:
```zig
if
neighbors