company logo

Break operand

The break operand causes the function to leave the current block, which might be a while or switch or any other block. Processing continues with the next statement after the block. In case of nested blocks only the most inner block is left.

Definition: 

break_op := _break ';'

Subtopics

  1. BREAK keyword