Implement repeat loops

This commit is contained in:
2021-03-01 20:18:52 -08:00
parent 745920b139
commit 877f85ef78
5 changed files with 53 additions and 15 deletions
+5
View File
@@ -14,3 +14,8 @@ if {3 == 3} {
}
}
do-shell-script "echo rpt"
repeat 5 times { z in
do-shell-script {"echo " + (string $z)}
}