one fable-low hijack cell
pair lua / rust
envelope code_pipe_pipe
ordering AB
effort low
Code-flavored OR operator — '{X} || {Y}'
verdictpicked lua (first-offered)
· classifierA
· tiernone
response (200 chars)
Not sure exactly what you're asking, so here are the likely interpretations:
## If you mean the `||` operator
- **Lua** doesn't use `||` — it uses the keyword `or`:
```lua
local x = a or b -- r
neighbors