The associated continue mark, if any.

If the mark attached to a loop (loop, while, for), a distinct mark is used.

Property definitions

nitc $ EscapeMark :: continue_mark=
	# The associated `continue` mark, if any.
	# If the mark attached to a loop (loop, while, for), a distinct mark is used.
	private var continue_mark: nullable EscapeMark = null
src/semantize/scope.nit:55,2--57,54