Skip to content
New issue

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

Explain shorthand for increasing variable in for loop. #4

Merged
merged 1 commit into from
Jul 2, 2017

Conversation

claireinez
Copy link
Member

Some students have been confused about what i++ and i += 2 mean so this PR explicitly explains that they are shorthand for incrementing the variable.

@claireinez claireinez self-assigned this Jul 1, 2017
@claireinez claireinez merged commit 0cf8d10 into master Jul 2, 2017
@claireinez claireinez deleted the explain-for-loop-shorthand branch July 2, 2017 14:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants