Files
tp-langages-formels/syntaxique/test2.my
Yohann D'ANELLO 80abf67355 Support int types
2020-05-17 00:06:02 +02:00

6 lines
52 B
Plaintext

bool y;
int x;
x := 42 + 21;
y := true;
print x,y,x