⇐ Index ⇐ Arithmetic
pow(<-number <-power) ->result
Pops two arguments from the stack and raises the first to the second and pushes the result to the stack.
Trace (8 pow (3)) ) #prints '512'
⇐ Index