Hi, I defined a simple function: function foo($a) { Write-Host $a} and I am a bit confused by the results of the following invocations:...
Function call with autoincremented parameter
read more
Hi, I defined a simple function: function foo($a) { Write-Host $a} and I am a bit confused by the results of the following invocations:...