30 lines
500 B
Plaintext
30 lines
500 B
Plaintext
|
|
/!=comment
|
|||
|
|
# comment
|
|||
|
|
/*
|
|||
|
|
comment
|
|||
|
|
*/
|
|||
|
|
|
|||
|
|
resource_1 "strlit1" "strlit2" {
|
|||
|
|
attr#1 "baz" }
|
|||
|
|
)
|
|||
|
|
cond1 = (1 == 2) ? 1 : "foobar"
|
|||
|
|
|