Re: Is it allowed to use function results as default arguments ?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Terry Reedy

    Re: Is it allowed to use function results as default arguments ?

    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

Working...