home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power-Programmierung
/
CD1.mdf
/
pascal
/
library
/
dos
/
tegl_ii
/
intro
/
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
|
1991-08-12
|
242 b
|
18 lines
USES
TGraph,
virtmem,
teglunit,
teglmain;
BEGIN
EasyTegl;
EasyOut;
PushImage(100,100,200,120);
Shadowbox(100,100,200,120);
SetColor(Black);
OutTeglTextXY(102,102,'Hello World!');
TEGLSupervisor;
END.