From: NeilBrown Date: Fri, 5 Nov 2021 23:55:01 +0000 (+1100) Subject: oceani: simplify loop in var_block_close() X-Git-Url: https://ocean-lang.org/code/?p=ocean;a=commitdiff_plain;h=fa52ca27f14affaf14b76bc36e16fffed5a511b9;hp=fa52ca27f14affaf14b76bc36e16fffed5a511b9 oceani: simplify loop in var_block_close() The 'step' was not in the 'for' header, which makes it harder to follow how the loop works. Also add a comment to explain where is happening when ->name->var != v. Signed-off-by: NeilBrown ---