break
exit evaluation loop.
Syntax
break
Description
break statement is used to exit a loop prematurely.
break statement can be used inside a for or a while loop.
Example
See also
History
Version | Description |
---|---|
1.0.0 | initial version |
Author
Allan CORNET
Last updated