fn: break
[contents]
Contents:
Syntax
The syntax for
break
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)
