mirror of
https://shylinux.com/x/ContextOS
synced 2025-04-25 16:58:06 +08:00
opt yac
This commit is contained in:
parent
7aec5a9227
commit
5cb37f6f46
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user