projet-traduction-langage/fichiersRat/src-rat-tds-test/testAffectation4.rat
2021-11-24 14:13:45 +01:00

8 lines
74 B
Plaintext

test{
const x = 3;
if (x = 3){
x = 4;
} else {
x = 6;
}
}