public static pow(value as Double, power as Double) as Double:
import klyn.math print(Math.pow(2.0, 8.0))