20 lines
269 B
Plaintext
20 lines
269 B
Plaintext
// comment
|
||
# comment
|
||
/*
|
||
| com’š‘‹
|
||
*/
|
||
|
||
resource_1 "strlit1" "strlit2" {
|
||
attr1 = "val1"
|
||
tup// comment
|
||
# comment
|
||
/*
|
||
comment
|
||
*/
|
||
|
||
rl1 = [ 1, 2, 3.4, "foo" ]
|
||
tupl2 = []
|
||
obj1 = { foo = "baz" }
|
||
null1 = null
|
||
bool1 = true
|
||
bool2 = falseso upl2 = [ o |