Introducing `for let` and `for reduce`

I was thinking bind instead of binding because there is already binding/0/1, so:

for bind sum = 0, x <- [1, 2, 3] do
  {x * 2, sum + x}
end

:slight_smile:

2 Likes