Skip to content

Instantly share code, notes, and snippets.

@cgrand
Created April 13, 2010 16:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cgrand/833d196c298614d53492 to your computer and use it in GitHub Desktop.
Save cgrand/833d196c298614d53492 to your computer and use it in GitHub Desktop.
(<< "Your payment of ~{total} is due on ~{due-date}.")
(str "Your payment of " total " is due on " due-date ".")
(<< "Your payment due on ~{due-date}: ~{total}")
(str "Your payment due on " due-date ": " total)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment