The second operand of the operation

Note: the receiver (n_expr) is the first operand

Property definitions

nitc $ ABinopExpr :: n_expr2
	# The second operand of the operation
	# Note: the receiver (`n_expr`) is the first operand
	var n_expr2: AExpr is writable, noinit
src/parser/parser_nodes.nit:2154,2--2156,39