power method

RadonInteger power(
  1. int i
)

Implementation

RadonInteger power(int i) =>
    RadonInteger(concat(script, [OP.INTEGER_POWER, i]));