Difference between revisions of "Pascal"
From Computer History Wiki
(New page: Pascal was a intermediate language which had some popularity in the 1980's. == Hello world == <pre> begin writlin("hello world"); end. </pre> {{stub}} Category:Languages) |
(added a quick thing about turbo pascal.) |
||
Line 1: | Line 1: | ||
− | Pascal was a intermediate language which had some popularity in the 1980's. | + | Pascal was a intermediate language which had some popularity in the 1980's. The language was written by Nicolas Worth of C# fame. |
== Hello world == | == Hello world == | ||
Line 7: | Line 7: | ||
end. | end. | ||
</pre> | </pre> | ||
+ | |||
+ | == Compilers == | ||
+ | |||
+ | *Turbo Pascal | ||
+ | |||
+ | |||
+ | == Notes == | ||
+ | The old Turbo Pascal 5.5 is now freely available [http://edn.embarcadero.com/article/20803 here]. | ||
{{stub}} | {{stub}} | ||
[[Category:Languages]] | [[Category:Languages]] |
Revision as of 03:40, 8 April 2010
Pascal was a intermediate language which had some popularity in the 1980's. The language was written by Nicolas Worth of C# fame.
Hello world
begin writlin("hello world"); end.
Compilers
- Turbo Pascal
Notes
The old Turbo Pascal 5.5 is now freely available here.