@justincarter wrote:
If both of these are the same, but you can already do the first one without changing any of the engine code, then I'd be in favour of sticking with what we already have
![]()
<cfinclude template="/sometemplate.cfml"> <cfexit method="exittemplate">
vs
<cfinclude template="/sometemplate.cfml" exit="true">
(Same goes for "abort" or any other existing statement).