if you want to avoid keeping that counter `var` in...
# getting-started
s
if you want to avoid keeping that counter
var
in scope after the loop is over, I suppose you could wrap the whole thing in a
run { ... }
block