|
|
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: 507 (0x1fb)
Types: TextFile
Names: »OPG1.PAS«
└─⟦b301b5c1d⟧ Bits:30003931/GEM_Develop_disk_2_CDOS.imd Disketter indleveret af Steffen Jensen (Piccolo/Piccoline)
└─⟦this⟧ »OPG1.PAS«
program opg1;
(*$i gempcon.i*)
(*$i gemptype.i*)
(*$i gempvar.i*)
(*$i vdibnd.pas*)
var retur,handler,data,i:integer;
intptsout:array_57;
begin
intin(.0.):=21;
retur:=v_opnwk(intin,handler,intptsout);
if handler<>0 then begin
retur:=v_clswk(handler);
for i:=0 to 57 do begin
data:=intptsout(.i.);
writeln(lst,'intpstout (',i,') = ',data);
end;
end;
end.