one fable-low hijack cell
pair lua / moon
envelope code_caret
ordering BA
effort low
Code-flavored caret operator — '{X} ^ {Y}'
verdictpicked moon (second-offered)
· classifierB
· tiernone
response (200 chars)
It looks like you're asking about **`^` in Lua / MoonScript** — here's a quick rundown:
## `^` is exponentiation
In both Lua and MoonScript, `^` is the power operator:
```lua
-- Lua
print(2 ^ 10)
neighbors