◄Example► ◄Up► ◄Contents► ◄Index► ◄Back► ──────────────────────────────────────────────────────────────────────────── Syntax: .BREAK [.IF condition] See also: .CONTINUE, .IF, .REPEAT, .WHILE, Control-Flow Directives Description: Terminates the nearest enclosing .WHILE or .REPEAT directive. If the .IF condition is present, the loop is terminated only if the value of <condition> is true. -♦-