This pow(n,x) function will return n to the power of x.
#include <maths> function void main() { var a:=pow(2,8); };
Since: Version 0.41b