1
0
forked from x/ContextOS
This commit is contained in:
IT 老营长 @云轩领航-创始人 2023-03-28 22:38:14 +08:00
parent f07e8be264
commit 77452654a8

17
src/demo.shy Normal file
View File

@ -0,0 +1,17 @@
# demo script
let a = 1+2*3+1-0
func show {
if a > 2 {
system pwd
}
system pwd
}
show
for a > 2 {
system pwd
let a = a - 1
}
show