orga-comp/tst.cfran

11 lines
112 B
Plaintext

a = 2;
b = 8;
if a = 3 do
a = 1;
c = a + 3;
if b = 8 do
a = 4;
end
b = 4;
end
j = 4;