one fable-low hijack cell
pair lisp / loud
envelope code_pipe_pipe
ordering AB
effort low
Code-flavored OR operator — '{X} || {Y}'
verdictpicked lisp (first-offered)
· classifierA
· tiernone
response (200 chars)
`||` short-circuits: if the first operand is truthy, the second never evaluates.
`lisp` is truthy (it's a non-empty symbol/string in most languages), so:
```
lisp || loud => lisp
```
So you get *
neighbors