2 lines
58 B
Text
2 lines
58 B
Text
$test2plus2 = '2 + 2 -eq 4'
|
|
Invoke-Expression $test2plus2
|
$test2plus2 = '2 + 2 -eq 4'
|
|
Invoke-Expression $test2plus2
|