Might be a little difficult to explain, but basically function parameters are typically passed by value. As in you’re using a copy of it but in this case you’re passing a reference, or in other words you’re using the same variable, not a copy.
Author
Posts
Viewing 2 posts - 1 through 2 (of 2 total)
The topic ‘What does the out function do?’ is closed to new replies.