31 lines
759 B
Plaintext
31 lines
759 B
Plaintext
|
|
// comment
|
|||
|
|
# comment
|
|||
|
|
/*
|
|||
|
|
comment
|
|||
|
|
*/
|
|||
|
|
|
|||
|
|
resoUrce_1 "strlit1" "strlit2" {
|
|||
|
|
attr1 = "val1"
|
|||
|
|
tupl1 = [ <20><><EFBFBD><EFBFBD>, 3.4, "foo" ]
|
|||
|
|
= { foo = "baz" }
|
|||
|
|
null1 = null
|
|||
|
|
bool1 = true
|
|||
|
|
bool2 = false
|
|||
|
|
splat |