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