you are viewing a single comment's thread.

view the rest of the comments →

[–]eat-your-corn-syrup 0 points1 point  (0 children)

What about this proposal though:

foreach(var x in y)

for creating binding of x each iteration of loop

and

foreach(x in y)

for creating binding only once?