<?xml version="1.0" encoding="utf-8"?>
<s1 title="End"><table><strong class="highlight"><![CDATA[]]></strong><tr><td><strong class="highlight"><![CDATA[]]></strong><p>Usage: </p>
</td><td><strong class="highlight"><![CDATA[]]></strong><p>end </p>
</td></tr><tr><td><strong class="highlight"><![CDATA[]]></strong><p>Example: </p>
</td><td><strong class="highlight"><![CDATA[]]></strong><p>end </p>
</td></tr></table><p>Allows you to stop a script at that line, so further processing of lines will not take place.  </p>
<p></p>
<source><![CDATA[if (10 > 11) goto endTest
end

label endTest
echo "This line will never show up because 10 is not greater than 11, and the 'end' above will stop the script"]]></source><p></p>

<br/>------------------------------------------------------------------------------<br/>
<p> <jump href="/wiki/ScriptControlStructures">ScriptControlStructures</jump> </p>
</s1>