one fable-low hijack cell
pair lua / swift
envelope code_pipe_pipe
ordering BA
effort low
Code-flavored OR operator — '{X} || {Y}'
verdictpicked lua (first-offered)
· classifierA
· tiernone
response (200 chars)
# Swift vs Lua — Logical OR
If you're asking about the **logical OR operator** in each language:
## Swift — uses `||`
```swift
let a = true
let b = false
if a || b {
print("At least one is true
neighbors