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:...

read more