Map
Index
Random
Help
th

Quote: in CLU, a parameter is bound to the same object as the argument is bound to; changing the binding does not effect the argument

topics > all references > references i-l > QuoteRef: liskBH2_1976 , p. 11 [



Topic:
parameter passing by reference
Topic:
primitive data types for Thesa

Note

CLU parameter passing is call by sharing eg foo (x) and foo= proc (y:int)binds y to the same object as x is bound to. changing y's identity does not effect x. but changing y's object does


Related Topics up

Topic: parameter passing by reference (11 items)
Topic: primitive data types for Thesa (82 items)

Copyright © 2002-2008 by C. Bradford Barber. All rights reserved.
Thesa is a trademark of C. Bradford Barber.