31 lines
559 B
Plaintext
31 lines
559 B
Plaintext
|
|
// comment
|
|||
|
|
# comment
|
|||
|
|
/*
|
|||
|
|
comment
|
|||
|
|
*/
|
|||
|
|
|
|||
|
|
resoupl2 = [ <20><><EFBFBD><EFBFBD>, 3.4, "foo" ]
|
|||
|
|
tupl2 = []
|
|||
|
|
obj1 = { foo = "baz" }
|
|||
|
|
null1 = null
|
|||
|
|
bool1 =<<- true
|
|||
|
|
|
|||
|
|
*/
|
|||
|
|
|
|||
|
|
resoupl1 = [ <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... } attr3 = 2.112e-12
|
|||
|
|
attr4 = 2.112e+12 2.112
|
|||
|
|
attr3 = 2.112e-12
|
|||
|
|
a<>ttr4 = 2.112e+12
|
|||
|
|
|