Created
July 15, 2016 00:51
-
-
Save mrlubos/92221ce38fb0a422b68ea31a952f9fe7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // 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