Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save trycf/e6c3084ecadf80f6a783c464ceb16672 to your computer and use it in GitHub Desktop.

Select an option

Save trycf/e6c3084ecadf80f6a783c464ceb16672 to your computer and use it in GitHub Desktop.
TryCF Gist
<cfsetting enableCFOutputOnly="true">
<cffunction name="test" output=true>
foo #now()#<br>
<cfoutput>
bar #now()# <br>
</cfoutput>
</cffunction>
<cfset test()>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment