a ^ b: Difference between revisions
Categories:
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
back to [[Scripting_Reference#.23|COMREF]] | back to [[Scripting_Reference#.23|COMREF]] |
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
back to [[Scripting_Reference#.23|COMREF]] | back to [[Scripting_Reference#.23|COMREF]] |
back to COMREF
Operand types:
a: Number
b: Number
Type of returned value:
Description:
a raised to the power of b
Example:
5 ^ 2 ......... Result is 25