one fable-low hijack cell
pair slow / swift
envelope code_pipe_pipe
ordering AB
effort low
Code-flavored OR operator — '{X} || {Y}'
verdictpicked swift (second-offered)
· classifierB
· tiernone
response (200 chars)
That's pretty ambiguous — here are a few things you might mean:
**1. Swift (the programming language) — the `||` operator**
```swift
let a = true
let b = false
print(a || b) // true
```
`||` is the
neighbors