Skip to content

Instantly share code, notes, and snippets.

@capex
Created November 12, 2011 07:28
Show Gist options
  • Save capex/1360198 to your computer and use it in GitHub Desktop.
Save capex/1360198 to your computer and use it in GitHub Desktop.
A for loop
for (var number = 0; number <= 12; number = number + 2)
print(number);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment