8 lines
84 B
Plaintext
8 lines
84 B
Plaintext
|
x = 1;
|
||
|
y = 2;
|
||
|
z = 3;
|
||
|
a = "foo";
|
||
|
b = "bar";
|
||
|
c = "foobar";
|
||
|
d = ("abc", "123", "xyz");
|