3 lines
135 B
Text
3 lines
135 B
Text
|
|
$say = {param ([string]$Exclamation, [string]$Subject) "$Exclamation, $Subject!"}
|
||
|
|
& $say -Exclamation "Goodbye" -Subject "cruel world"
|