<cffunction name="Echo" access="public" returntype="any" output="false" hint="Just returns the first argument passed to it."> <cfreturn ARGUMENTS[ 1 ] /> </cffunction>