Administrator
|
Everything in a .VM file after a function command belongs to that function, up to the next function or the end of the file.
In the case of FibonacciElement/Main.vm, the Main.fibonacci function has two places it can return depending on the argument value.
Although there should not be any goto or label statements before the first function, my VM translator initializes its functionName variable to the file name rather than to an empty string, just in case...
--Mark
|