Skip to content

Instantly share code, notes, and snippets.

@dgfitch
Created April 9, 2010 17:50
Show Gist options
  • Save dgfitch/361393 to your computer and use it in GitHub Desktop.
Save dgfitch/361393 to your computer and use it in GitHub Desktop.
let x_X = (+) "ouch"
let (---) x y = x + " don't" + y
let (!^-^) x = " punch" + x
let Q = " face"
let O = " please"
let emoticon = (x_X) O---(!^-^Q)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment