Skip to content

Instantly share code, notes, and snippets.

@bittersweetryan
Created October 4, 2012 18:12
Show Gist options
  • Select an option

  • Save bittersweetryan/3835367 to your computer and use it in GitHub Desktop.

Select an option

Save bittersweetryan/3835367 to your computer and use it in GitHub Desktop.
add function
<cfscript>
public numeric function add(a, b){
return a + b;
}
</cfscript>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment