Namespace DotBoxD.Kernels
Namespaces
Classes
- BreakStatement
Exits the innermost enclosing loop (
break;).
- ContinueStatement
Skips to the next iteration of the innermost enclosing loop (
continue;).
Exits the innermost enclosing loop (break;).
Skips to the next iteration of the innermost enclosing loop (continue;).