Enumeration Members

Enumeration Members

Break: 2

The exit point is an explicit break call (or an alias of it)

Default: 0

The exit point is the implicit (last executed expression of a function/block)

Next: 3

The exit point is an explicit next call (or an alias of it)

Return: 1

The exit point is an explicit return call (or an alias of it)