We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Enhanced syntax would look as follow:
// var int i; <--- No need to declare `i` here for(var int i=0; i < 10; i=i+1) { // body }
Requirements: