DataMuseum.dk

Presents historical artifacts from the history of:

RC4000/8000/9000

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about RC4000/8000/9000

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦ddb366e34⟧ TextFile

    Length: 768 (0x300)
    Types: TextFile
    Names: »tegneprog«

Derivation

└─⟦00964e8f7⟧ Bits:30007478 RC8000 Dump tape fra HCØ.
    └─⟦b2ec5d50f⟧ 
        └─⟦this⟧ »tegneprog« 

TextFile

begin
real r;
integer i,max,punkter;
max:=12;
begin
real array x,y(1:12);
for i:=1 step 1 until 12 do
begin
read(in,x(i));read(in,y(i));
end;
setplotname(<:houstona:>,0);
plotform(0,16,12);
plotadmini(0,7000,15,32,0);
plotcurve(x(r),y(r),r,1,max,1.0);
plotclose;
end;
end;
▶EOF◀