mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2024-11-24 22:36:09 +03:00
18 lines
168 B
Plaintext
18 lines
168 B
Plaintext
|
# Scope wrapping.
|
||
|
|
||
|
myscope = {
|
||
|
}
|
||
|
myscope = {
|
||
|
a = 1
|
||
|
}
|
||
|
myscope = {
|
||
|
a = 1
|
||
|
b = 2
|
||
|
}
|
||
|
|
||
|
# Comment
|
||
|
SomeFunction({
|
||
|
a = 1
|
||
|
},
|
||
|
"foo")
|