Category : Pascal Source Code
Archive   : TJOCKOT3.ZIP
Filename : DEMWI1.PAS

 
Output of file : DEMWI1.PAS contained in archive : TJOCKOT3.ZIP
program DemoWindowOne;
{DEMWI1 - simple window}

Uses DOS,CRT,
totFAST, totINPUT, totWIN;

var
MyWindow: WinOBJ;
K: word;
X,Y: byte;
begin
Screen.Clear(white,'°'); {paint the screen}
with MyWindow do
begin
Init;
Draw;
Screen.WriteLn('Hello Mum');
Repeat
WinGetKey(K,X,Y);
until (K = 600) or (K= 27);
Done;
end;
end.


  3 Responses to “Category : Pascal Source Code
Archive   : TJOCKOT3.ZIP
Filename : DEMWI1.PAS

  1. Very nice! Thank you for this wonderful archive. I wonder why I found it only now. Long live the BBS file archives!

  2. This is so awesome! 😀 I’d be cool if you could download an entire archive of this at once, though.

  3. But one thing that puzzles me is the “mtswslnkmcjklsdlsbdmMICROSOFT” string. There is an article about it here. It is definitely worth a read: http://www.os2museum.com/wp/mtswslnk/