Hello,
Is there a math operator in PicBasic Pro for raising one number to the power of another?
I can't seem to find one.

I would expect it to be:

a = 2^4 ' answer is 16
or EXP()
or POW()

but none of these seem to be documented for PBP.
Thanks
-Andrew