one fable-low hijack cell
pair elixir / lua
envelope code_pipe_pipe
ordering AB
effort low
Code-flavored OR operator — '{X} || {Y}'
verdictpicked elixir (first-offered)
· classifierA
· tiernone
response (200 chars)
# `||` in Elixir vs Lua
Interesting pairing! Both languages have `||` (or its equivalent `or`), and they behave similarly — both are **truthiness-based**, not strictly boolean.
## Elixir
```elixir
n
neighbors