nitc :: AAssignFormExpr :: n_value=
# The right-value to assign. var n_value: AExpr is writable, noinit
redef fun n_value=(node) do _n_value = node node.parent = self end