RosettaCodeData/Task/Runtime-evaluation/PowerShell/runtime-evaluation-4.psh
2023-07-01 13:44:08 -04:00

2 lines
135 B
Text

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