Sophie

Sophie

distrib > Mandriva > 9.1 > ppc > by-pkgid > b9ba69a436161613d8fb030c8c726a8e > files > 518

spirit-1.5.1-2mdk.noarch.rpm

{ program 4.1
  the compound statement }

program beginend(output);

var
  sum : integer;

begin
  sum := 3 + 5;
  writeln(sum, -sum);
end.