TComp/test/prog3.tc

8 lines
No EOL
146 B
Text

int a = -10;
int a = False;
int b = (12 + (-3));
int c = (14 + b);
int d = 20;
if ((True & a) | False)
then 12
else (if !True then 0 else (d - 3))