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