one fable-low hijack cell
pair nim / yes
envelope code_pipe_pipe
ordering BA
effort low
Code-flavored OR operator — '{X} || {Y}'
verdictpicked nim (first-offered)
· classifierA
· tiernone
response (200 chars)
In shell logic, `yes || nim` would run `yes` (which prints "y" forever and never exits), so `nim` would never execute — the `||` only runs the second command if the first one *fails*.
Quick breakdown
neighbors