Zoho creator appears not to support using the caret "^" as a power of
When I try and runs this test code below
int temp.temp13()
{
return 2 ^ 4;
}
I get the following error
|
Lexical error at line 2, column 10. Encountered: "^" (94), after : ""
|
How can I get the power of a number?