Hiya folks.
OK, now i understand conceptually, what passing an argument by the "Call by Value" principle is.
But i've been looking at a small program from a book, which is meant to illustrate it. The code is below:-
I sort of understand how this program works, but i am well and truly stumped as to what the line......
......is doing.
What on earth is 'meth', i.e., this hasn't been declared anywhere else in the code!
Why is this so?
Any help would be greatly appreciated.
Cheers in advance
Steve