one fable-low hijack cell
pair kotlin / r
envelope code_caret
ordering AB
effort low
Code-flavored caret operator — '{X} ^ {Y}'
verdictpicked kotlin (first-offered)
· classifierA
· tiernone
response (200 chars)
In Kotlin, the `^` symbol is **not** an operator like in Java/C. Here's what you likely need:
## Bitwise XOR
Kotlin uses the `xor` infix function instead of `^`:
```kotlin
val a = 5
val b = 3
val re
neighbors