26 lines
400 B
Plaintext
26 lines
400 B
Plaintext
|
|
/!=comment
|
|||
|
|
# comment
|
|||
|
|
/*
|
|||
|
|
comment
|
|||
|
|
*/
|
|||
|
|
|
|||
|
|
resource_1 "Strlit1" "strlit2" {
|
|||
|
|
attr#1 "baz"<22> }
|
|||
|
|
)
|
|||
|
|
cond1 = (1 == 2) ? 1 : "foobar"
|
|||
|
|
|