Page 2 of 2

Re: [Solved] Is this way of declaring variable possible?

Posted: 09 Jan 2013 05:23
by binocular222
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"