local X K M in
proc {X Y Z} ... end
K=1
M=2
{X K M}
end
How actual value K and M are passed into procedure X ?
1. X=K and Z=M ?
or
2. Lexical renaming X->K and Z->M ?
Can you tell me in what papers it is strictly defined ?
Thanks a lot.
_________________________________________________________________________________
mozart-users mailing list
[email protected]
http://www.mozart-oz.org/mailman/listinfo/mozart-users
