3 lines
56 B
PowerShell
3 lines
56 B
PowerShell
function Test {
|
|
Write-Host Argument 1 is $args[0]
|
|
}
|
function Test {
|
|
Write-Host Argument 1 is $args[0]
|
|
}
|