tp-langages-formels/syntaxique/test2.my

6 lines
66 B
Plaintext

bool y;
int x;
x := 42 + 21;
y := x == (7 * (5 + 4));
print x,y,x