one fable-low hijack cell
pair funky / groovy
envelope code_pipe_pipe
ordering AB
effort low
Code-flavored OR operator — '{X} || {Y}'
verdictpicked groovy (second-offered)
· classifierB
· tiertier1:leading_literal
response (200 chars)
groovy || funky
// => evaluates to: groovy ✨
Short-circuit evaluation strikes again — `groovy` is truthy, so we never even check `funky`.
But if you're asking me to *choose*... that's tougher. Groov
neighbors