|
|
DataMuseum.dkPresents historical artifacts from the history of: RegneCentralen RC759 "Piccoline" |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about RegneCentralen RC759 "Piccoline" Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - download
Length: 384 (0x180)
Types: TextFile
Names: »EXAMPLE.PAS«
└─⟦456974178⟧ Bits:30002875 Pascal-bibliotek til tegning af streg-grafik på Piccoline
└─⟦this⟧ »EXAMPLE.PAS«
PROGRAM EXAMPLE;
(*$I PUFGSX.PAS *)
(*$I PUFDISPL.LIB *)
var
ch:char;
begin
write(@27'0'); (* Enable linje 25 *)
DISPLAY('JYLLAND');
gotoxy(14,24);write('TRYK EN TAST ');
read(kbd,ch);
CLEARWS;
DISPLAY('PUF');
gotoxy(14,24);write('TRYK EN TAST ');
read(kbd,ch);
CLOSEWS;
write(@27'1'); (* Disable linje 25 *)
end.«eof»