Created
May 9, 2012 23:28
-
-
Save GeorgeErickson/2649726 to your computer and use it in GitHub Desktop.
This file contains 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
insert('This is a line added by the user. \n This is another line added by the user.', A, B) | |
insert('This is yet another line added by the user.' B, null) |
This file contains 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
This is line 1. | |
This is line 2. |
This file contains 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
This is line 1. | |
+This is a line added by the user. | |
+This is another line added by the user. | |
This is line 2. | |
+This is yet another line added by the user. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment