Submitted by Daren Thomas (not verified) on Wed, 16/08/2006 - 09:48.
I allways liked the term "pass by assignment" best: Think of each function argument as being assigned (with the python assignment semantics) on entry. So, arrays and strings get assigned object references, integers get assigned values.
I allways liked the term
I allways liked the term "pass by assignment" best: Think of each function argument as being assigned (with the python assignment semantics) on entry. So, arrays and strings get assigned object references, integers get assigned values.