Is there a comand for endiing in the middle an if-clause so the rest of the else if's are ignored?
Or just ending a whole script (,named script A, for example) and returning to the script that called script A and continue to execute some commands?
I found
Quote:
break
Breaks out of a for or while loop or switch and continues the script after the end of the do block.
Breaks out of a for or while loop or switch and continues the script after the end of the do block.
in the dictionary. But it dosen't say anything about if-clauses.



