jerry gay wrote:

it's not stated explicitly in your proposal, but what is the proper
location for named params in a sub call? i expect something like
"named arguments must follow all positional (required and optional)
arguments in a sub or method call".

You pass arguments to a function. That receives params. But yes, basically like above and like stated in the mentioned Python doc.

also, will nci support named arguments, or is this strictly for method
and sub calls? i suspect not, but it's worth asking.

No, I've no plans for supporinting named args for C code

~jerry

leo

Reply via email to