We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Enhanced syntax would look as follow:
Requirements:
The text was updated successfully, but these errors were encountered: