Rebol Programming/**

From Wikibooks, open books for an open world
Jump to navigation Jump to search

USAGE:[edit | edit source]

number ** exponent 

DESCRIPTION:[edit | edit source]

Returns the first number raised to the second number.

** is an op value.

ARGUMENTS[edit | edit source]

  • number -- (Type: number)
  • exponent -- (Type: number)