one fable-low hijack cell
pair rust / stop
envelope code_pipe_pipe
ordering BA
effort low
Code-flavored OR operator — '{X} || {Y}'
verdictpicked rust (first-offered)
· classifierA
· tiernone
response (200 chars)
Looks like a shell expression! 😄
In bash, `stop || rust` would mean: "run `stop`, and if it fails, run `rust`."
```bash
$ stop || rust
bash: stop: command not found
bash: rust: command not found
```
neighbors