Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save trycf/ff435e5dc81560d3ce6f876d30895fab to your computer and use it in GitHub Desktop.
Save trycf/ff435e5dc81560d3ce6f876d30895fab to your computer and use it in GitHub Desktop.
TryCF Gist
<cfscript>
function testMyFnc() {
return "this is my function:#GetFunctionCalledName()#";
}
writeDump(Var=testMyFnc());
</cfscript>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment