13 lines
234 B
Plaintext
13 lines
234 B
Plaintext
// comment
|
|
# comment
|
|
/*
|
|
comment
|
|
*/
|
|
|
|
resoupl2 = [ ËÓßÍ, 2.4, "foo" ]
|
|
tupl2 = []
|
|
obj1 = { foo = "baz" }
|
|
null1 = nu// comm[0]
|
|
splat2 = tuple[*].foo.bar[0]
|
|
for1 = { for i, v in ["a", "a", "b"] : v => i... }
|
|
fllor2 |