Pascal

From Computer History Wiki
Revision as of 23:43, 19 February 2012 by Tor (talk | contribs) (Fixed example, corrected Wirth reference.)
Jump to: navigation, search

Pascal was a intermediate language which had some popularity in the 1980's. The language was written by Niklaus Wirth.

Hello world

program hello;
begin
  writeln('hello world');
  end.

Compilers

  • Turbo Pascal


Notes

The old Turbo Pascal 5.5 is now freely available here.