Hello

Is this correct if i exit so from a For/next loop

this code make no sense only to descrive the question

For i = 1 to 100
high led
pause 1000
low led
if i >= 30 then exit 'can i jump out from the loop? in other language exixts
'the instruction "break"
next

exit:
'
'
end


regards

Pedro