one fable-low hijack cell
pair kotlin / ruby
envelope code_pipe_pipe
ordering AB
effort low
Code-flavored OR operator — '{X} || {Y}'
verdictpicked kotlin (first-offered)
· classifierA
· tiernone
response (200 chars)
# `||` in Kotlin vs Ruby
Interesting comparison — the `||` operator behaves quite differently in these two languages!
## Kotlin
- `||` is **strictly Boolean** — both operands must be `Boolean`
- Sho
neighbors