18 lines
168 B
Plaintext
Raw Permalink Normal View History

2018-01-28 13:32:06 -05:00
# Scope wrapping.
myscope = {
}
myscope = {
a = 1
}
myscope = {
a = 1
b = 2
}
# Comment
SomeFunction({
a = 1
},
"foo")