one fable-low hijack cell
pair go / lua
envelope code_pipe_pipe
ordering BA
effort low
Code-flavored OR operator — '{X} || {Y}'
verdictpicked go (first-offered)
· classifierA
· tiernone
response (200 chars)
Quick comparison of **Lua vs Go** — or if you meant the `||` operator, that too:
## Logical OR
```lua
-- Lua uses the keyword `or`
local x = a or b -- also common for defaults:
local name =
neighbors