Usage:

end

Example:

end

Allows you to stop a script at that line, so further processing of lines will not take place.

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"


ScriptControlStructures

End (last edited 2015-05-05 05:42:03 by Inanna)