Difference between revisions of "Pascal"

From Computer History Wiki
Jump to: navigation, search
(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)
(No difference)

Revision as of 03:53, 26 October 2009

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

Hello world

begin
writlin("hello world");
end.