so when I define function f!(x) x=x+1 end
and then x=1 f!(x) I get 2 returned but I also want x to be replaced by the newly calculated value :/
so when I define function f!(x) x=x+1 end
and then x=1 f!(x) I get 2 returned but I also want x to be replaced by the newly calculated value :/