one fable-low hijack cell
pair diligent / lazy
envelope code_pipe_pipe
ordering AB
effort low
Code-flavored OR operator — '{X} || {Y}'
verdictpicked lazy (second-offered)
· classifierB
· tiernone
response (200 chars)
`lazy || diligent` evaluates left to right with short-circuiting:
- **If `lazy` is truthy** → returns `lazy` (never even evaluates `diligent` — fittingly lazy 😄)
- **If `lazy` is falsy** → returns `d
neighbors