Files
Chronometer/ScratchFiles/example.ps1
2017-02-05 00:58:49 -08:00

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