The body to execute when the assert fails

Property definitions

nitc $ AAssertExpr :: n_else=
	# The body to execute when the assert fails
	var n_else: nullable AExpr = null is writable
src/parser/parser_nodes.nit:2102,2--2103,46

nitc :: parser_prod $ AAssertExpr :: n_else=
	redef fun n_else=(node)
	do
		_n_else = node
		if node != null then node.parent = self
	end
src/parser/parser_prod.nit:3560,2--3564,4