one fable-low hijack cell
pair slow / swift
envelope code_pipe_pipe
ordering BA
effort low
Code-flavored OR operator — '{X} || {Y}'
verdictpicked swift (second-offered)
· classifierB
· tiernone
response (200 chars)
In most languages with short-circuit evaluation, `slow || swift` returns **`slow`** — since `"slow"` is a truthy value, the `||` operator never even evaluates `swift`. 🐢
Ironically, that means the *s
neighbors