one fable-low hijack cell
pair cpp / lua
envelope code_pipe_pipe
ordering BA
effort low
Code-flavored OR operator — '{X} || {Y}'
verdictpicked cpp (first-offered)
· classifierA
· tiernone
response (200 chars)
It looks like you're asking about the logical OR operator in **Lua vs C++**. Here's a quick comparison:
## Lua: `or`
```lua
local a = true or false -- true
local x = nil or "default" -- "default" (
neighbors