one fable-low hijack cell
pair self / slow
envelope code_pipe_pipe
ordering BA
effort low
Code-flavored OR operator — '{X} || {Y}'
verdictpicked self (first-offered)
· classifierA
· tiernone
response (200 chars)
Not sure what you're after — here are a few readings of `slow || self`:
**As code (short-circuit OR):**
```js
slow || self
```
Returns `slow` if it's truthy, otherwise `self`. Common for fallbacks:
`
neighbors