Add example for adding functions to cmd/scpt

This commit is contained in:
2021-03-02 00:33:55 -08:00
parent 1196942801
commit ba11fdcf76
2 changed files with 15 additions and 3 deletions
+1 -3
View File
@@ -14,8 +14,6 @@ if {3 == 3} {
}
}
do-shell-script "echo rpt"
repeat 5 times { z in
do-shell-script {"echo " + (string $z)}
print $z
}