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
Topic: parameter passing by reference (11 items)
Topic: primitive data types for Thesa (82 items)
|