one fable-low hijack cell
pair self / silence
envelope code_pipe_pipe
ordering BA
effort low
Code-flavored OR operator — '{X} || {Y}'
verdictpicked self (first-offered)
· classifierA
· tiernone
response (200 chars)
**silence || self**
In most languages, `||` short-circuits: if the first operand is truthy, the second is never evaluated.
So if silence is enough — if it holds, if it *is* — the self never gets cal
neighbors