one fable-low hijack cell
pair soba / sushi
envelope code_pipe_pipe
ordering AB
effort low
Code-flavored OR operator — '{X} || {Y}'
verdictpicked sushi (second-offered)
· classifierB
· tiernone
response (200 chars)
```
> sushi || soba
true
```
In most languages, both `sushi` and `soba` are truthy, so the OR short-circuits and returns `sushi` — you get sushi without even evaluating soba. 🍣
But honestly, the rea
neighbors