<!--parser:xtscript--> # In functions return will print out its value and exit the function only function test return test value<br /> endfunction call test print <b>other Xtscript will be executed</b><br /> <!--/parser:xtscript--> <!--parser:xtscript--> # In standard Xtscript return will print out its value and exit the Xtscript parser var $var = 1 return \$var = $var print <b> This is not executed</b> <!--/parser:xtscript--> <div>Other html on the page will be executed</div> <!--parser:xtscript--> print <div> But other xtscripts on the page are not executed </div> <!--/parser:xtscript-->Show in textarea