Search the Commands
>Starts with
>Contains
>Ends With
>Exactly
>Keyword
Home
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Details for command pow:
* pow <number>,<power>;
Returns the result of the calculation.
Example:
set @i, pow(2,3); // @i will be 8