||Usage: ||end || ||<#F2F2F2 style="border-style:solid;border-color:rgb(170, 170, 170);padding:0.2em; ">Example: ||end || Allows you to stop a script at that line, so further processing of lines will not take place. {{{ ifgoto (10 > 11) endTest end label endTest print This line will never print because 10 is not greater than 11, and the 'end' above will stop the script }}} ---- ScriptControlStructures