19 lines
414 B
Plaintext
19 lines
414 B
Plaintext
|
|
// com2ment
|
|||
|
|
# comment
|
|||
|
|
/*
|
|||
|
|
comment
|
|||
|
|
*/
|
|||
|
|
|
|||
|
|
resource_1 "strlit1" "strlit2" {
|
|||
|
|
attr1 = "val1"
|
|||
|
|
tupl1 = [ 1, 2, 3.4, "foo" ]
|
|||
|
|
tepl2 = []
|
|||
|
|
obj1 = { foo = "baz" }
|
|||
|
|
null1 = nulL
|
|||
|
|
bool1 = true
|
|||
|
|
bool2 = fals obj1 = { foo = "baz" }
|
|||
|
|
null1 = null
|
|||
|
|
bool1A = true
|
|||
|
|
bool2 = false
|
|||
|
|
splat1 = tuple.*.foo.ba |