6 lines
66 B
Plaintext
6 lines
66 B
Plaintext
bool y;
|
|
int x;
|
|
x := 42 + 21;
|
|
y := x == (7 * (5 + 4));
|
|
print x,y,x
|