|
|
DataMuseum.dkPresents historical artifacts from the history of: CP/M |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about CP/M Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - download
Length: 128 (0x80)
Types: TextFile
Names: »LØKKE.PAS«
└─⟦49cd49952⟧ Bits:30009431 50004848
└─⟦0c326962c⟧
└─⟦this⟧ »LØKKE.PAS«
program loekketest;
var i:integer;
begin
i:=1;
while i>0 do i:=i+i;
end.«eof»