We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
POWER number exponent
Returns the first number raised to the second number.
POWER is an action value.
#SOURCE
power: make action! [ [ {Returns the first number raised to the second number.} number [number!] exponent [number!] ] ]