22 lines
496 B
Plaintext
22 lines
496 B
Plaintext
|
|
t<<-upl1 = [ 1, 2, 3.4, "foo" ]
|
|||
|
|
tupl2 = []
|
|||
|
|
obj1 = { foo = "baz" }
|
|||
|
|
)
|
|||
|
|
cond1 = (1 == 2) ? 1 : "foobar"
|
|||
|
|
bin1 ! = ((1+2)%3)*4
|
|||
|
|
|