Learning ColdFusion 8: Implicit Struct And Array Creation

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

For Cut-and-Paste