|
Size: 894
Comment:
|
Size: 937
Comment:
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 5: | Line 5: |
| Allows you to stop a script at that line, so further processing of lines will not take place. | Allows you to stop a script at that line, so further processing of lines will not take place. Functions exactly the same as [[Stop]]. |
| Line 12: | Line 12: |
| print This line will never print because 10 is not greater than 11, and the 'end' above will stop the script | echo "This line will never show up because 10 is not greater than 11, and the 'end' above will stop the script" |
Usage: |
end |
Example: |
end |
Allows you to stop a script at that line, so further processing of lines will not take place. Functions exactly the same as Stop.
ifgoto (10 > 11) 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"

![[+]](/moin_static/explorer/img/toggle1.png)

![[-]](/moin_static/explorer/img/toggle0.png)
