Pascal
From Computer History Wiki
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.