17 lines
525 B
Plaintext
17 lines
525 B
Plaintext
|
|
// comment
|
||
|
|
# comment
|
||
|
|
/*
|
||
|
|
comment
|
||
|
|
*/
|
||
|
|
|
||
|
|
resoupl1 = [ ËÓßÍ, 3.4, "foo" ]
|
||
|
|
tupl2 = []
|
||
|
|
obj1 = { foo = "baz" }
|
||
|
|
null1 = null
|
||
|
|
bool |