Skip to content

Instantly share code, notes, and snippets.

@mkuklis
Created December 16, 2010 05:09
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 mkuklis/743060 to your computer and use it in GitHub Desktop.
Save mkuklis/743060 to your computer and use it in GitHub Desktop.
cf9 test
<cfscript>
// creates message ready for Twitter for given paramaters
function createTwitterMessage(name, amount, activity, technology, location) {
return "Help " & name & " collect " & amount & " for " & activity & " in " & location;
}
</cfscript>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment