RosettaCodeData/Task/Runtime-evaluation/PowerShell/runtime-evaluation-5.ps1
2026-04-30 12:34:36 -04:00

6 lines
141 B
PowerShell

$title = "Dong Work For Yuda"
$scriptblock = {$title}
$closedScriptblock = $scriptblock.GetNewClosure()
& $scriptblock
& $closedScriptblock