mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2025-04-04 14:23:38 +03:00
8 lines
115 B
Text
8 lines
115 B
Text
# Scope wrapping.
|
|
|
|
myscope = {
|
|
}
|
|
myscope = { a = 1 }
|
|
myscope = { a = 1 b = 2}
|
|
# Comment
|
|
SomeFunction({a=1}, "foo")
|