GMgKe586q6suSQnyqZLlGCooeWM

Pages

Search

Thursday, December 23, 2010

Hello Pascal

This code is ran under Turbo Pascal platform:
The complete structure of the program is:
program   ...;
uses      ...;
label     ...;
const     ...;
type      ...;
procedure ...;
function  ...;
begin
    statement;
end.

Example:

program Hello;

uses wincrt;

begin

    writeln('Hello, Pascal');

end.
Share/Bookmark

No comments:

Post a Comment