mirror of
https://shylinux.com/x/ContextOS
synced 2025-04-25 16:58:06 +08:00
opt yac
This commit is contained in:
parent
77452654a8
commit
7aec5a9227
@ -4,14 +4,16 @@ let a = 1+2*3+1-0
|
|||||||
|
|
||||||
func show {
|
func show {
|
||||||
if a > 2 {
|
if a > 2 {
|
||||||
system pwd
|
pwd
|
||||||
}
|
}
|
||||||
system pwd
|
pwd
|
||||||
}
|
}
|
||||||
show
|
show
|
||||||
|
pwd
|
||||||
|
|
||||||
for a > 2 {
|
for a > 2 {
|
||||||
system pwd
|
pwd
|
||||||
let a = a - 1
|
let a = a - 1
|
||||||
}
|
}
|
||||||
show
|
show
|
||||||
|
pwd
|
||||||
|
Loading…
x
Reference in New Issue
Block a user