one fable-low hijack cell
pair go / r
envelope code_pipe_pipe
ordering AB
effort low
Code-flavored OR operator — '{X} || {Y}'
verdictpicked r (second-offered)
· classifierB
· tiernone
response (200 chars)
That's pretty terse — I'm not sure what you're asking. A few possibilities:
1. **Shell command** — `go || r` runs `go`, and if it fails (non-zero exit), runs `r`. That's what `||` does in bash/zsh.
neighbors