This can come in handy in certain situations. Normally, in other Basics, this will exit you from the inner-most 'current' loop. Like:
Repeat
a = a + 1
Repeat
b = b + 1
IF b = 100 then Exit ; Will jump out of this R/F loop
Forever
Until a = 100
An option that would be even more interesting, would be the ability to specify how many loops to jump. For example, in the same code above, 'Exit' could be changed to 'Exit 2' to jump to the statement immediately AFTER 'Until a = 100'. The example is pretty silly, but you get the idea.

(Implemented as 'Break')
Russell
***Commodore 64 - Over one million cycles per second, 16 vibrant colors, 3 incredible audio channels and 38,911 Basic Bytes Free! Who could ask for anything more?***