DataMuseum.dk

Presents historical artifacts from the history of:

Jet Computer Jet80

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

See our Wiki for more about Jet Computer Jet80

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download

⟦c09d8f4df⟧ TextFile

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

Derivation

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

TextFile

var
   c: char;
begin
   c := '*';

   repeat
      write(aux,c);   write(c)
   until false
end.
«eof»