Skip to content

Instantly share code, notes, and snippets.

Created March 18, 2016 22:59
Show Gist options
  • Save anonymous/bde4cc94a9054073a176 to your computer and use it in GitHub Desktop.
Save anonymous/bde4cc94a9054073a176 to your computer and use it in GitHub Desktop.
@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