1
0
mirror of https://shylinux.com/x/ContextOS synced 2025-04-25 16:58:06 +08:00
This commit is contained in:
IT 老营长 @云轩领航-创始人 2023-03-29 10:23:30 +08:00
parent 77452654a8
commit 7aec5a9227

View File

@ -4,14 +4,16 @@ let a = 1+2*3+1-0
func show {
if a > 2 {
system pwd
pwd
}
system pwd
pwd
}
show
pwd
for a > 2 {
system pwd
pwd
let a = a - 1
}
show
pwd