one fable-low hijack cell
pair julia / kotlin
envelope code_caret
ordering BA
effort low
Code-flavored caret operator — '{X} ^ {Y}'
verdictpicked julia (first-offered)
· classifierA
· tiernone
response (200 chars)
# `^` in Kotlin vs Julia
## Julia — `^` is **exponentiation**
```julia
2^10 # 1024
2.0^0.5 # 1.4142...
"ab"^3 # "ababab" (string repetition!)
[1 2; 3 4]^2 # matrix power
```
## Kotl
neighbors