5 lines
54 B
Plaintext
5 lines
54 B
Plaintext
|
|
var x = 2 + 3.
|
||
|
|
var y = x.
|
||
|
|
var z.
|
||
|
|
var (x, y) = (3, 4).
|