one fable-low hijack cell
pair c / go
envelope code_pipe_pipe
ordering AB
effort low
Code-flavored OR operator — '{X} || {Y}'
verdictpicked go (second-offered)
· classifierB
· tiernone
response (200 chars)
That's pretty terse! A few ways to read it:
1. **Shell syntax**: `go || c` would run the command `go`, and if it fails (non-zero exit code), run `c`. The `||` is a logical OR — the second command onl
neighbors