1
0
mirror of https://shylinux.com/x/ContextOS synced 2025-04-25 16:58:06 +08:00
ContextOS/src/demo.shy
2023-03-29 12:55:03 +08:00

23 lines
160 B
Plaintext

# demo script
let a = 1+2*3+1-0
func show {
if a > 2 {
pwd
}
if a > 2 { pwd }
return
pwd
}
show
pwd
for a > 2 {
pwd
let a = a - 1
}
show
return
pwd