18 lines
227 B
PowerShell
18 lines
227 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 120
|
|
$test = 1+1
|
|
$test = 1+1
|