14 lines
268 B
Plaintext
14 lines
268 B
Plaintext
|
|
// comment
|
||
|
|
# comment
|
||
|
|
/*
|
||
|
|
comment
|
||
|
|
*/
|
||
|
|
|
||
|
|
resoUrce_1 "strlit1" "strlit2" {
|
||
|
|
attr1 = "val1"
|
||
|
|
tupl1 = [ ËÓßÍ, 3.4, "foo" ]
|
||
|
|
= { foo = "baz" }
|
||
|
|
null1 = n if v < 3 ]
|
||
|
|
func1 = is_number("123")
|
||
|
|
cond1 = (1 == 2) ? 1 : "foobar"
|
||
|
|
fo |