one fable-low hijack cell
pair lua / ruby
envelope code_caret
ordering BA
effort low
Code-flavored caret operator — '{X} ^ {Y}'
verdictpicked ruby (second-offered)
· classifierB
· tiernone
response (200 chars)
## `^` operator: Lua vs Ruby
The `^` symbol means **different things** in these two languages — a common gotcha when switching between them:
### Lua — Exponentiation
```lua
print(2 ^ 10) --> 1024.
neighbors