15 lines
199 B
Plaintext
15 lines
199 B
Plaintext
|
variables {
|
||
|
bar = "Bar"
|
||
|
space_bar = " Bar"
|
||
|
words = ["Foo", "Bar", "Baz"]
|
||
|
}
|
||
|
|
||
|
object {
|
||
|
attr "normal" {
|
||
|
type = map(string)
|
||
|
}
|
||
|
attr "flush" {
|
||
|
type = map(string)
|
||
|
}
|
||
|
}
|