function print_all { foreach ($x in $args) { Write-Host $x } }