How complex can a parameter default expression be?
P T Withington
ptw at pobox.com
Fri Dec 21 04:53:19 PST 2007
Can it refer to previous parameters? Assign to them? Is this legal?
function foo (a:t = x, b:u = (a = y, z))
More information about the Es4-discuss
mailing list