tp-langages-formels/syntaxique/test2.my

6 lines
75 B
Plaintext
Raw Normal View History

2020-05-16 22:06:02 +00:00
bool y;
int x;
2020-05-17 01:20:08 +00:00
x := 6 * (4 + 3);
y := (0 < 1) || 19 + 23 == x;
2020-05-16 22:06:02 +00:00
print x,y,x