nitc :: AReassignFormExpr :: n_value=
# The right-value to apply on the combined operator. var n_value: AExpr is writable, noinit
redef fun n_value=(node) do _n_value = node node.parent = self end