DataMuseum.dk

Presents historical artifacts from the history of:

CP/M

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

See our Wiki for more about CP/M

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download

⟦76094fff1⟧ TextFile

    Length: 128 (0x80)
    Types: TextFile
    Names: »SEND.PAS«

Derivation

└─⟦692ac107c⟧ Bits:30005923 PolyPascal-80 V3.10 arbejdsdiskette 1
    └─ ⟦this⟧ »SEND.PAS« 

TextFile

var
a:integer;
begin
a:=1;
repeat
a:=a+1;
writeln(aux,a);write(' ');writeln;
write(a);
until keypress
end.
«eof»