one fable-low hijack cell
pair c / javascript
envelope code_pipe_pipe
ordering BA
effort low
Code-flavored OR operator — '{X} || {Y}'
verdictpicked javascript (second-offered)
· classifierB
· tiernone
response (200 chars)
Your message is a bit ambiguous — here are the two most likely things you meant:
## 1. The `||` (logical OR) operator
**In C:**
```c
int a = 5, b = 0;
if (a || b) { // true if either is non-z
neighbors