16 lines
223 B
PowerShell
16 lines
223 B
PowerShell
$test = 1+1
|
|
$test = 1+1
|
|
sleep -Milliseconds 34
|
|
|
|
$test = 1+1
|
|
$test = 1+1
|
|
# comments
|
|
foreach($n in 1..10)
|
|
{
|
|
"test string"
|
|
sleep -Milliseconds 3
|
|
}
|
|
sleep -Milliseconds 12
|
|
sleep -Milliseconds 5
|
|
$test = 1+1
|
|
$test = 1+1 |