in reply to Re^5: Doing "it" only once
in thread Doing "it" only once
This really is a meditation about being able to modify the optree (or the p6 equivalent) while the code is running and what you would do with it if you could. I provided the example of removing a conditional block once the condition has been met and the block ran once. This means not even the condition itself is checked, it would just be "gone". This, I am sure, is not the only application.
Cheers - L~R
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^7: Doing "it" only once
by Roy Johnson (Monsignor) on Sep 21, 2005 at 18:35 UTC |