6 lines
66 B
Plaintext
Raw Normal View History

2020-05-17 00:06:02 +02:00
bool y;
int x;
x := 42 + 21;
y := x == (7 * (5 + 4));
2020-05-17 00:06:02 +02:00
print x,y,x