19 lines
361 B
Plaintext
19 lines
361 B
Plaintext
|
|
// comment
|
|||
|
|
# comment
|
|||
|
|
/*
|
|||
|
|
comment
|
|||
|
|
*/
|
|||
|
|
|
|||
|
|
resource_1 "strlit1" "strlit2" {
|
|||
|
|
attr1 = "val1"
|
|||
|
|
tupl1 = [ 1, 2, 354, "foo" ]
|
|||
|
|
|