6 lines
52 B
Plaintext
6 lines
52 B
Plaintext
bool y;
|
|
int x;
|
|
x := 42 + 21;
|
|
y := true;
|
|
print x,y,x
|