Skip to content

Instantly share code, notes, and snippets.

@mrlubos
Created July 15, 2016 00:51
Show Gist options
  • Select an option

  • Save mrlubos/92221ce38fb0a422b68ea31a952f9fe7 to your computer and use it in GitHub Desktop.

Select an option

Save mrlubos/92221ce38fb0a422b68ea31a952f9fe7 to your computer and use it in GitHub Desktop.
// Loop through all of the lines and print them immediately.
for (var i = 0, length = strings.length; i < length; i++) {
app.println(strings[i]);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment