one fable-low hijack cell
pair kotlin / lua
envelope code_caret
ordering AB
effort low
Code-flavored caret operator — '{X} ^ {Y}'
verdictpicked kotlin (first-offered)
· classifierA
· tiernone
response (200 chars)
# `^` in Kotlin vs Lua
The `^` operator means **different things** in these two languages — a common source of bugs when switching between them.
## Lua: `^` is exponentiation (power)
```lua
print(2
neighbors