Skip to content

Instantly share code, notes, and snippets.

@mvzink
Created October 5, 2016 04:53
Show Gist options
  • Save mvzink/54d875b4fc916fe0f5710c6490d390a6 to your computer and use it in GitHub Desktop.
Save mvzink/54d875b4fc916fe0f5710c6490d390a6 to your computer and use it in GitHub Desktop.
spooky string literal action in pony
$ ./wtf-string
Pony!
actor Main
new create(env: Env) =>
env.out.print("Hello "
"Pony!")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment