one fable-low hijack cell
pair kotlin / tea
envelope code_pipe_pipe
ordering AB
effort low
Code-flavored OR operator — '{X} || {Y}'
verdictpicked kotlin (first-offered)
· classifierA
· tiernone
response (200 chars)
Looks like a boolean expression! Let's evaluate it: 🙂
```kotlin
val kotlin = true
val tea = true
println(kotlin || tea) // true — why not both?
```
A few fun notes:
- **`||` in Kotlin** is the sh
neighbors