Skip to content

Instantly share code, notes, and snippets.

@cfvonner
Last active July 19, 2022 23:53
Show Gist options
  • Save cfvonner/363ba307b239fbb66b615569f2c9b0aa to your computer and use it in GitHub Desktop.
Save cfvonner/363ba307b239fbb66b615569f2c9b0aa to your computer and use it in GitHub Desktop.
ColdFusion Anonymous Function
<cfscript>
add = function( x, y ) { return x + y; };
</cfscript>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment