Exit the current loop now.
Can be used with FOR...NEXT and DO...LOOP
Source for 1 to 10 as ?c print ?c if ?c = 2 break end nextExecution 1 2

Exit the current loop now.
Can be used with FOR...NEXT and DO...LOOP
Source for 1 to 10 as ?c print ?c if ?c = 2 break end nextExecution 1 2