break

The break keyword causes loops to end and is used in switch statements to end a case.

Syntax

break;