07:45
<Jack Works>

just found this when implementing, why this is valid?

for (using a = a1, b = b2; condition; update) {
}

08:14
<Ashley Claymore>
Looks like it was discussed here: https://github.com/tc39/proposal-explicit-resource-management/issues/96
08:29
<Jack Works>
thank you!