Pascal

From Computer History Wiki
Revision as of 03:53, 26 October 2009 by Neozeed (talk | contribs) (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)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Pascal was a intermediate language which had some popularity in the 1980's.

Hello world

begin
writlin("hello world");
end.