From: NeilBrown Date: Sat, 6 Nov 2021 22:20:05 +0000 (+1100) Subject: oceani: create a separate 'exec' for the while/do part X-Git-Url: https://ocean-lang.org/code/?p=ocean;a=commitdiff_plain;h=328f1ddba692ab946bde77f5cf8665ca4497d416;hp=328f1ddba692ab946bde77f5cf8665ca4497d416 oceani: create a separate 'exec' for the while/do part As while/do is a sub-scope within a cond-statement, create a separate 'struct exec' for it (a binode/Loop) so there is an exec for each scope. Signed-off-by: NeilBrown ---