Prototypes
GoMelan supports prototypes, like in C, when you have to use a function that is declare under the use calling function, you have to declare it above. If you do not, the script will not compile.
Output:
Declare the main function.
Declare the power function.
Paste the prototype above the main function.
Last updated
Was this helpful?