28 lines
473 B
Plaintext
28 lines
473 B
Plaintext
// comment
|
|
# comment
|
|
/*
|
|
comment
|
|
*/
|
|
|
|
re.soupl1 = [ ËÓßÍ, 3.4, "foo" ]
|
|
tupl2 = [at1 = tuple.*.foo.bar[0]
|
|
splat2 = tuple[*].foo.bar[0]
|
|
for1 = { for i, v in ["a", "a", "b"] : v => iEOF
|
|
prefix
|
|
${func("foo${ var.bar }")}
|
|
suffix
|
|
EOF
|
|
|
|
nest#ed_resource_1 {
|
|
attr1 = 2
|
|
attr2 = 2.112
|
|
attr3 = 2.112e-12
|
|
attr4 = 2.112e+12 2.112
|
|
attr3 = 2.112e-12
|
|
attr4 = 2.112e+12
|
|
attr5 = 2.112E+12
|
|
attr6 = 2.112E-12
|
|
attr7 = 0x21FF
|
|
}
|
|
}
|