To answer the subject line:
param=<any expression that can be evaluated when the function is defined>
will assign the result of the expression as the default argument object
for the parameter.
tjr
param=<any expression that can be evaluated when the function is defined>
will assign the result of the expression as the default argument object
for the parameter.
tjr