in reply to Re: Doing "it" only once
in thread Doing "it" only once
Could notagain be a sort of macro that would turn this code into that above -- or better: taking into account that there may already be a cont block, "inject" some code into a suitable "hook" provided by the latter (which I would definitely expect to be there).for (...) { notagain, next if ...; ...; }
|
|---|