Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save trycf/1ce42ecb798a30b983eb1b6d9a5ab998 to your computer and use it in GitHub Desktop.
Save trycf/1ce42ecb798a30b983eb1b6d9a5ab998 to your computer and use it in GitHub Desktop.
TryCF Gist
<cffunction name = "func01">
<cfset x = 1>
<cfdump var="#x#">
</cffunction>
<cfscript>
public function func02() {
writedump(x);
}
</cfscript>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment