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 12:55:03 +08:00
parent 7aec5a9227
commit 5cb37f6f46

View File

@ -6,6 +6,8 @@ func show {
if a > 2 { if a > 2 {
pwd pwd
} }
if a > 2 { pwd }
return
pwd pwd
} }
show show
@ -16,4 +18,5 @@ for a > 2 {
let a = a - 1 let a = a - 1
} }
show show
return
pwd pwd