◄Example► ◄Up► ◄Contents► ◄Index► ◄Back► ──────────────────────────────────────────────────────────────────────────── Syntax: .CONTINUE [.IF condition] See also: .BREAK, .REPEAT, .UNTIL, .WHILE Description: Skips to the code that evaluates the loop condition of the nearest enclosing loop. If the .IF condition clause is present, the skip will occur only if the value of <condition> is true. This directive is valid only within a .REPEAT or .WHILE block. -♦-