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) }