one fable-low hijack cell
pair kotlin / r
envelope code_pipe_pipe
ordering AB
effort low
Code-flavored OR operator — '{X} || {Y}'
verdictpicked r (second-offered)
· classifierB
· tiernone
response (200 chars)
# `||` Operator in Kotlin vs R
## Kotlin
`||` is the **logical OR** for `Boolean` values, with **short-circuit evaluation** (right side skipped if left is `true`):
```kotlin
val a = true
val b = fal
neighbors