Additional reachable flow that loop up to self.

Loops appears in loop, while, for, and with continue

Property definitions

nitc $ FlowContext :: loops=
	# Additional reachable flow that loop up to self.
	# Loops appears in `loop`, `while`, `for`, and with `continue`
	var loops = new Array[FlowContext]
src/semantize/flow.nit:192,2--194,35