~~NOTOC~~ <=[[4rpl:start| Index]] \\ <=[[4rpl:start#arithmetic| Arithmetic]] ====== pow ====== pow(<-number <-power) ->result ===== Description ===== Pops two arguments from the stack and raises the first to the second and pushes the result to the stack. ===== Examples ===== Trace (8 pow (3)) ) #prints '512' <=[[4rpl:start| Index]]