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