one fable-low hijack cell
pair fast / other
envelope code_pipe_pipe
ordering AB
effort low
Code-flavored OR operator — '{X} || {Y}'
verdictpicked fast (first-offered)
· classifierA
· tiernone
response (200 chars)
`fast || other` is the **logical OR / short-circuit** pattern, and its meaning depends on context:
## Shell (bash, zsh, etc.)
```bash
fast || other
```
- Run `fast`; **only if it fails** (non-zero ex
neighbors