25 lines
417 B
Plaintext
25 lines
417 B
Plaintext
|
|
// comment
|
|||
|
|
# comment
|
|||
|
|
/*
|
|||
|
|
comment
|
|||
|
|
*/
|
|||
|
|
|
|||
|
|
resoupl1 = [ <20><><EFBFBD><EFBFBD>, 3.4, "foo" ]
|
|||
|
|
tupl2 = []
|
|||
|
|
obj1 = { foo = "baz" }
|
|||
|
|
null1 = nu// comment
|
|||
|
|
# comment
|
|||
|
|
/*
|
|||
|
|
comment
|
|||
|
|
*/
|
|||
|
|
|
|||
|
|
re.soupl1 = [ <20><><EFBFBD><EFBFBD>, 3.4, "foo" ]
|
|||
|
|
tupl2 = []
|
|||
|
|
obj1 = { foo = "baz" }
|
|||
|
|
null1 = null
|
|||
|
|
bool1 = true
|
|||
|
|
bool2 -= false
|
|||
|
|
splat1 = tuple.*.foo.bar[0]
|
|||
|
|
splat2 = tuple[*].foo.bar[0]
|
|||
|
|
for1 = { for i, v in ["a", "a", "b"] : v => i... }
|
|||
|
|
fllor2
|