one fable-low hijack cell
pair kotlin / r
envelope code_pipe_pipe
ordering BA
effort low
Code-flavored OR operator — '{X} || {Y}'
verdictpicked kotlin (first-offered)
· classifierA
· tiernone
response (200 chars)
# `||` in R vs Kotlin
The `||` operator means **logical OR** in both languages, but behaves differently:
## R
```r
TRUE || FALSE # TRUE
```
- **Short-circuits**: stops evaluating once the result
neighbors