Runtime evaluation: Difference between revisions

m
Line 1,095:
Change the variable and execute the scriptblock, the closed version will not reflect the change:
<lang PowerShell>
$title = "RightI'm SaidToo FredSexy"
& $scriptblock
& $closedScriptblock
Line 1,101:
{{Out}}
<pre>
I'm Too Sexy
Right Said Fred
Dong Work For Yuda
</pre>
308

edits