home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power-Programmierung
/
CD1.mdf
/
pascal
/
interpre
/
p_pascal
/
samples
/
hello.pas
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Pascal/Delphi Source File
|
1989-04-21
|
108 b
|
7 lines
(*$c+,t+*)
program x(output);
var y : integer;
begin
for y := 1 to 3 do writeln('Hello, world!')
end.