one fable-low hijack cell
pair spare / war
envelope code_pipe_pipe
ordering BA
effort low
Code-flavored OR operator — '{X} || {Y}'
verdictpicked spare (first-offered)
· classifierA
· tiernone
response (200 chars)
If this is JavaScript (or similar), `"war" || "spare"` evaluates to **`"war"`** — the `||` operator returns the first truthy operand, and any non-empty string is truthy, so it short-circuits without e
neighbors