Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
<cffunction name="foo">
<return = "foofoo">
<cfif A=B>
<cfreturn return>
break here and do not process any further code in THIS function. Continue processing outside of the function.
<cfelse>
...code
</cfif>
.... lots of other code
<cfreturn return>
</cffunction>