Property definitions

nitc $ AEscapeExpr :: defaultinit
# A `break` or a `continue`
abstract class AEscapeExpr
	super AExpr
	super ALabelable

	# The return value, if nay (unused currently)
	var n_expr: nullable AExpr = null is writable
end
src/parser/parser_nodes.nit:1906,1--1913,3