one fable-low hijack cell
pair go / leave
envelope code_pipe_pipe
ordering AB
effort low
Code-flavored OR operator — '{X} || {Y}'
verdictpicked go (first-offered)
· classifierA
· tiernone
response (200 chars)
Interpreting that as shell logic:
```bash
go || leave
```
- If `go` succeeds (exit code 0) → `leave` never runs. You're committed. 🏃
- If `go` fails → `leave` executes. Ironically, failing to go mea
neighbors