The expression used as the condition of the while

Property definitions

nitc $ AWhileExpr :: n_expr
	# The expression used as the condition of the `while`
	var n_expr: AExpr is writable, noinit
src/parser/parser_nodes.nit:2011,2--2012,38