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

⟦5273672f5⟧ TextFile

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

Derivation

└─⟦621cfb9a2⟧ Bits:30002817 RC8000 Dump tape fra HCØ.  Detaljer om "HC8000" projekt.
    └─⟦0364f57e3⟧ 
        └─⟦this⟧ »esw« 

TextFile

program matrix(output);
const dim=4;
type
 rekke  =  packed arrayÆ0..dimÅ of boolean;
var
 flag     : integer;
 name     : alfa;
 message  : arrayÆ0..7Å of integer;
 i,j      : integer;
 mat    :  packed arrayÆ0..dimÅ of rekke;
begin
(*$c+*)
write('terminal17');
(*i:=sendmessage(0,'terminal17',message);*)
i:=42;
end.
▶EOF◀