one fable-low hijack cell
pair kotlin / ruby
envelope code_caret
ordering BA
effort low
Code-flavored caret operator — '{X} ^ {Y}'
verdictpicked kotlin (first-offered)
· classifierA
· tiernone
response (200 chars)
Not sure exactly what you're after, so here are the two likely interpretations:
## The `^` operator in Ruby vs Kotlin
**Ruby** — `^` is bitwise/logical XOR:
```ruby
5 ^ 3 # => 6 (bitwise XOR:
neighbors