"pass by reference?"
Greg Weeks
weeks at vitus.scs.agilent.com
Sat Feb 23 19:07:17 EST 2002
More information about the Python-list mailing list
Sat Feb 23 19:07:17 EST 2002
- Previous message (by thread): "pass by reference?"
- Next message (by thread): "pass by reference?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Tripp Scott (tripps81 at yahoo.com) wrote: : a = -1 : make_abs(a) : print a # = 1 It is good to see that I'm not the only person who still uses "pass by reference" to mean that a function can rebind its argument variable. Greg
- Previous message (by thread): "pass by reference?"
- Next message (by thread): "pass by reference?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list