Skip to content

Instantly share code, notes, and snippets.

@bittersweetryan
Created October 4, 2012 18:18
Show Gist options
  • Save bittersweetryan/3835414 to your computer and use it in GitHub Desktop.
Save bittersweetryan/3835414 to your computer and use it in GitHub Desktop.
add one
<cfscript>
public numeric function addOne(a){
return add(1,a);
}
</cfscript>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment