Re: [Solved] Is this way of declaring variable possible?
Posted: 09 Jan 2013 05:23
Anyway, I still see the need for "auto execute section", for example in AHK language:
Process the script from top until it first meets "return"
Code after the word "return" can only be trigger by specific command/function such as ::Run and it will process until it meets the next "return"
Process the script from top until it first meets "return"
Code after the word "return" can only be trigger by specific command/function such as ::Run and it will process until it meets the next "return"