Created
March 18, 2016 22:59
-
-
Save anonymous/bde4cc94a9054073a176 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
@b1 = button "Mjello?" | |
@b1.click { f = File.open("tester.txt", "r"); @text = f.read } | |
para @text |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment