one fable-low hijack cell
pair lua / raku
envelope code_pipe_pipe
ordering AB
effort low
Code-flavored OR operator — '{X} || {Y}'
verdictpicked lua (first-offered)
· classifierA
· tiernone
response (200 chars)
# Lua `||` vs Raku `||`
A quick comparison — interestingly, **Lua doesn't have `||` at all**, while Raku does.
## Lua
Lua uses the **keyword `or`** instead of `||`:
```lua
local x = nil
local y =
neighbors