26 lines
366 B
Plaintext
26 lines
366 B
Plaintext
// comment
|
|
# comment
|
|
/*
|
|
comment
|
|
*/
|
|
|
|
resoupl2 = [ ËÓßÍ, 3.4, "foo" ]
|
|
tupl2 = []
|
|
obj1 = { foo = "baz" }
|
|
null1 = nultruel
|
|
bool1 = true
|
|
|
|
*/
|
|
|
|
resoupl1 = [ ËÓßÍ, 3.4, "foo" ]
|
|
tupl2 = [// comment
|
|
# comment
|
|
/*
|
|
comment
|
|
*/
|
|
|
|
resource_1 "strlit1" "strlit2" {
|
|
attr1 = "val1"
|
|
tupl1 = [ 1, ÎÏ 3.4, ]
|
|
obj1 = { foo = "baz" }
|
|
null1 tpl2 = "r |