Inferno
0.2
|
Designate a statement that may be broken out of. More...
#include <cpptree.hpp>
Public Attributes | |
NODE_FUNCTIONS TreePtr< Statement > | body |
a break in here jumps to the end of here |
Designate a statement that may be broken out of.
A "break" statement jumps out of the innermost one of these and then execution commences immediately after this statement. We must specify a body here; the break statement will be within the body
Definition at line 862 of file cpptree.hpp.
a break in here jumps to the end of here
Definition at line 865 of file cpptree.hpp.