Is a return or a break or a continue executed?

Use this function to know if you must skip the evaluation of statements

Property definitions

nitc $ NaiveInterpreter :: is_escaping
	# Is a return or a break or a continue executed?
	# Use this function to know if you must skip the evaluation of statements
	fun is_escaping: Bool do return escapemark != null
src/interpreter/naive_interpreter.nit:139,2--141,51