mirror of
https://shylinux.com/x/ContextOS
synced 2025-04-26 17:24:05 +08:00
23 lines
302 B
Plaintext
23 lines
302 B
Plaintext
var a = {\
|
|
context: [hello context world]\
|
|
message: [hello message world]\
|
|
hi: [\
|
|
hello\
|
|
world\
|
|
]\
|
|
}
|
|
for index $a key
|
|
echo $key
|
|
for index $a $key value
|
|
echo $key $value
|
|
end
|
|
end
|
|
|
|
source etc/local.shy
|
|
|
|
~file1
|
|
history load etc/history.txt
|
|
alias import nfs
|
|
alias send send
|
|
alias dial dial
|