nitc :: EscapeMark :: continue_mark=
continue
mark, if any.If the mark attached to a loop (loop, while, for), a distinct mark is used.
# 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