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 - metrics - download

⟦c52c7891e⟧ TextFile

    Length: 128 (0x80)
    Types: TextFile
    Names: »LØKKE.BAK«

Derivation

└─⟦49cd49952⟧ Bits:30009431 50004848
    └─⟦0c326962c⟧ 
        └─⟦this⟧ »LØKKE.BAK« 

TextFile

program løkketest
 var i:integer;
    begin
      i:=1;
      while i>0 do i:=i+i;
    end.«eof»