Built base module structure

This commit is contained in:
KevinMarquette
2017-02-02 18:34:04 -08:00
parent a346ed28a0
commit 912c4879d0
13 changed files with 260 additions and 0 deletions

16
ScratchFiles/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