24 lines
517 B
Plaintext
24 lines
517 B
Plaintext
|
|
// comment
|
|||
|
|
# comment
|
|||
|
|
/*
|
|||
|
|
comment
|
|||
|
|
*/
|
|||
|
|
l1 = [ 1, 2, 3.4, "foo" ]
|
|||
|
|
tupl2 = []
|
|||
|
|
obj1 = { foo = "baz" }
|
|||
|
|
)
|
|||
|
|
copd1 = (1 == 2) ? 1 : "foob: |