one fable-low hijack cell
pair lua / scala
envelope code_pipe_pipe
ordering AB
effort low
Code-flavored OR operator — '{X} || {Y}'
verdictpicked lua (first-offered)
· classifierA
· tiernone
response (200 chars)
## Logical OR: Lua vs Scala
**Lua** does *not* have `||` — it uses the keyword `or`:
```lua
local result = a or b -- logical or
if x > 5 or y < 3 then
print("yes")
end
-- common idiom: d
neighbors