Runtime evaluation: Difference between revisions

m
No edit summary
Line 1,052:
True
</pre>
Evaluate a <code>[scriptblock]</code> (a statement or group of statements) with code surrounded by curly braces using the '''&''' ('''call''') operator:
<lang PowerShell>
$say = {"Hello, world!"}
308

edits