1
0
mirror of https://shylinux.com/x/ContextOS synced 2025-04-25 08:48:06 +08:00
This commit is contained in:
IT 老营长 @云轩领航-创始人 2023-03-29 15:15:14 +08:00
parent 5cb37f6f46
commit b28acce3bc

View File

@ -1,5 +1,7 @@
# demo script
for i = 1; i < 10; i++ { pwd }
return
let a = 1+2*3+1-0
func show {
@ -13,10 +15,6 @@ func show {
show
pwd
for a > 2 {
pwd
let a = a - 1
}
show
return
pwd