one fable-low hijack cell
pair kotlin / tea
envelope code_caret
ordering BA
effort low
Code-flavored caret operator — '{X} ^ {Y}'
verdictpicked tea (second-offered)
· classifierB
· tiernone
response (200 chars)
In Kotlin, there's no `^` operator like in Java/C — bitwise and power operations work differently:
## XOR (what `^` means in Java/C)
Kotlin uses the named infix function `xor`:
```kotlin
val a = 5 x
neighbors