one fable-low hijack cell
pair lua / ruby
envelope code_pipe_pipe
ordering BA
effort low
Code-flavored OR operator — '{X} || {Y}'
verdictpicked ruby (second-offered)
· classifierB
· tiernone
response (200 chars)
It looks like you're asking about the logical OR operator in **Lua vs Ruby**. Here's a quick comparison:
## Lua
Lua uses the keyword `or` (there is no `||`):
```lua
local x = nil
local y = x or "def
neighbors