blob: b3d5eaa6ce0fa7f992aa721781bc2a22cae458a3 [file] [log] [blame]
# Scope wrapping.
myscope = {
}
myscope = { a = 1 }
myscope = { a = 1 b = 2}
# Comment
SomeFunction({a=1}, "foo")