RosettaCodeData/Task/Runtime-evaluation/PowerShell/runtime-evaluation-4.psh
2017-09-25 22:28:19 +02:00

2 lines
135 B
Text

$say = {param ([string]$Exclamation, [string]$Subject) "$Exclamation, $Subject!"}
& $say -Exclamation "Goodbye" -Subject "cruel world"