|
|
DataMuseum.dkPresents historical artifacts from the history of: RC4000/8000/9000 |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about RC4000/8000/9000 Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - download
Length: 768 (0x300)
Types: TextFile
Names: »fpresfiletx«
└─⟦621cfb9a2⟧ Bits:30002817 RC8000 Dump tape fra HCØ. Detaljer om "HC8000" projekt.
└─⟦0364f57e3⟧
└─⟦80900d603⟧ »giprocfile«
└─⟦00964e8f7⟧ Bits:30007478 RC8000 Dump tape fra HCØ.
└─⟦b2ec5d50f⟧
└─⟦80900d603⟧ »giprocfile«
└─⟦this⟧
fpresfile = set 1
fpresfile=algol
external
boolean procedure fp_res_file(file);
array file; <*retur: Hvis der i fp-kaldet er specificeret en uddatafil
bliver proceduren 'true' og filnavnet returneres i 'file'
Ellers bliver proceduren 'false' *>
begin
integer sepleng;
sepleng:=system(4,1,file);
if sepleng<>6 shift 12 add 10 then
begin
file(1):=file(2):=real<::>;
fp_res_file:=false;
end
else
begin
system(4,0,file);
fp_res_file:=true;
end;
end;
end.
end
finis
▶EOF◀