Skip to content

Instantly share code, notes, and snippets.

@madhephaestus
Forked from christmoore/forexample.groovy
Last active February 2, 2017 19:50
Show Gist options
  • Select an option

  • Save madhephaestus/8a06a5fd3f94c309ed78 to your computer and use it in GitHub Desktop.

Select an option

Save madhephaestus/8a06a5fd3f94c309ed78 to your computer and use it in GitHub Desktop.
for (int i = 0; i < 100; i += 1)
{
println "The loop count is: "+i
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment