There was an error while loading. Please reload this page.
Hoisting Functions can be used before their declaration: add and sub are declared after main, but can still be called from main. This is true for all declarations in V and eliminates the need for ...