POW Category: Function Syntax: POW(base, exponent) Description Returns the value of base raised to the power of exponent (integers only). See also SQRT EXP Example 10 LET A = POW(2, 8) 20 PRINT(A)