fn: break 
					
								[contents]
				
								
				f++ :   
				
				n++ :   
								
				
								
				
								
				
								
				
								
				
							
						Contents
Syntax
									The syntax for 
break
@break
Description
									The 
f++ example
									Example of 
:=(int, i=0)
while(1)
{
	console("i: ", i)
	if(i > 10)
		break
	++(i)
}
				n++ example
									Example of 
@:=(int, i=0)
@while(1)
{
	@console("i: ", i)
	@if(i > 10)
		@break
	@++(i)
}
				
![[ports] (FreeBSD) Get it from the FreeBSD [ports]](../../images/freebsd.webp)
