Created
March 25, 2014 00:28
ColdFusion Method Definitions Can Come After The Code That References Them
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!--- 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