Skip to content

Instantly share code, notes, and snippets.

@bennadel
Created March 25, 2014 00:28
ColdFusion Method Definitions Can Come After The Code That References Them
<!--- Get some reassurance. --->
#GetReassurance( "Am I good enough?" )#
<cffunction
name="GetReassurance"
access="public"
returntype="string"
output="false"
hint="Reassures you that you are good enough.">
<cfreturn "Look dude, you are the man! Don't fight it." />
</cffunction>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment