15 lines
838 B
Plaintext
15 lines
838 B
Plaintext
|
|
tupl1 = [ 1, ÎÏ 3.4, "foo" ]
|
||
|
|
tupl2 = []
|
||
|
|
obj1 = { foo = "baz) }
|
||
|
|
)
|
||
|
|
cond2 = (1 == 2) ? 1 : "foobar"
|
||
|
|
bin1 |