one fable-low hijack cell
pair cool / groovy
envelope code_pipe_pipe
ordering BA
effort low
Code-flavored OR operator — '{X} || {Y}'
verdictpicked groovy (second-offered)
· classifierB
· tiernone
response (200 chars)
Looks like a little boolean expression! In most programming languages:
```javascript
cool || groovy
```
This evaluates left to right with **short-circuit logic**:
- If `cool` is truthy → returns `co
neighbors