13,420
edits
Changes
→INVESTIGATION 3: exit AND break STATEMENTS
'''THE BREAK STATEMENT'''
The '''break''' statement is used to '''terminate''' a '''loop.''' <u>without</u><br>Although the loop terminates, terminating the running shell script will CONTINUE running.
<br><br>