We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
You can't currently do something like
for (int x in x) { ... }
because the loop variable will shadow the outer x.