Exit While

Early termination of a While loop.

Syntax:  Exit While
 

Example:

While PORTB.0=1
  If TMR0IF=1 Then Exit While
End Repeat

Also See: While, Continue While