Oxidane

Results 2 comments of Oxidane

Just redirect the variables in the repeat scope to the scope outside of repeat. (MAIN SCOPE) REPEAT (REPEAT_SCOPE) UNTIL (REPEAT_SCOPE) EXTRACT(REPEAT_SCOPE, MAIN_SCOPE) This is how I visualize it.

> > Just redirect the variables in the repeat scope to the scope outside of repeat. > > (MAIN SCOPE) REPEAT (REPEAT_SCOPE) UNTIL (REPEAT_SCOPE) EXTRACT(REPEAT_SCOPE, MAIN_SCOPE) > > This is...