INCLAN: break
		
		
		
		
		
		Jump to navigation
		Jump to search
		
		
	
Synopsis
break
Description
Breaks a do-loop and is only allowed in macros. The execution of the macro is continued with the first statement following the loop.
break
Breaks a do-loop and is only allowed in macros. The execution of the macro is continued with the first statement following the loop.