Mark that self is the starting flow context.

Such a context is reachable even if there is no previous flow

Property definitions

nitc $ FlowContext :: is_start=
	# Mark that self is the starting flow context.
	# Such a context is reachable even if there is no previous flow
	var is_start: Bool = false
src/semantize/flow.nit:215,2--217,27