Skip to content

Instantly share code, notes, and snippets.

@gregorydickson
Created July 21, 2017 18:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gregorydickson/4003a73301f4e07c673b3ba8bc0c369d to your computer and use it in GitHub Desktop.
Save gregorydickson/4003a73301f4e07c673b3ba8bc0c369d to your computer and use it in GitHub Desktop.
def aList = ['one','two','three','four']
aList.each{ String theString ->
println theString
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment