Adding initial scratch files

This commit is contained in:
KevinMarquette
2017-02-02 18:24:36 -08:00
parent 50c5d097c5
commit a346ed28a0
5 changed files with 411 additions and 0 deletions

16
example.ps1 Normal file
View File

@@ -0,0 +1,16 @@
$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