Inout default value

In reply to Peak25500:

No, the default “is evaluated in the scope containing the subroutine declaration”. So you can write:

int ArgDefault = 0;
task cfgPhyTrafficFlows(inout int Arg = ArgDefault);