2 to the 24th in GDScript (Godot)

I used Godot’s pow function to raise 2 to the 24th power and print the result to the console when my current game project launches

( I found the pow function buried in this page:
https://docs.godotengine.org/en/stable/classes/class_@gdscript.html )

Output was 16777216

Screenshot below!

Privacy & Terms