On May 18, 2006, at 13:01, Klaas-Jan Stol wrote:
Then, running this code will start running the loadstuff( ) again (because main doesn't have the :main pragma, and loadstuff() is at the top of the file).My concern is, is this the desired effect?
I dunno, what the desired effect is. But it works now as documented. There are 2 easy code changes to get your 'desired' effect:
1) label one sub with :main 2) don't emit :immediate as the first sub leo