mirror of
https://shylinux.com/x/ContextOS
synced 2025-04-25 16:58:06 +08:00
opt yac
This commit is contained in:
parent
5cb37f6f46
commit
b28acce3bc
@ -1,5 +1,7 @@
|
|||||||
# demo script
|
# demo script
|
||||||
|
|
||||||
|
for i = 1; i < 10; i++ { pwd }
|
||||||
|
return
|
||||||
let a = 1+2*3+1-0
|
let a = 1+2*3+1-0
|
||||||
|
|
||||||
func show {
|
func show {
|
||||||
@ -13,10 +15,6 @@ func show {
|
|||||||
show
|
show
|
||||||
pwd
|
pwd
|
||||||
|
|
||||||
for a > 2 {
|
|
||||||
pwd
|
|
||||||
let a = a - 1
|
|
||||||
}
|
|
||||||
show
|
show
|
||||||
return
|
return
|
||||||
pwd
|
pwd
|
||||||
|
Loading…
x
Reference in New Issue
Block a user