Steve D'Aprano wrote:
On Tue, 5 Sep 2017 02:51 am, Stefan Ram wrote:
>
 I am assuming that there are two argument passing mechanismss
 in the languages mentioned by me (C, C++, VBA, C#, Java,
 JavaScript, and Python):

- pass by aliassing (reference)
- pass "as if by assignment"

That assumption is wrong.

How is it wrong? What parameter passing mechanism in any
of those languages is not either by aliasing or by
assignment?

--
Greg
--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to