DataMuseum.dk

Presents historical artifacts from the history of:

RC3500

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

See our Wiki for more about RC3500

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦2ca3fe1a8⟧ TextFileVerbose

    Length: 768 (0x300)
    Types: TextFileVerbose
    Names: »chartest«

Derivation

└─⟦a41ae585a⟧ Bits:30001842 SW-save af projekt 1000, Alarm-system
    └─⟦72244f0ef⟧ 
        └─⟦this⟧ »chartest« 

TextFileVerbose

p=algol
begin integer ch;

repeat
readchar(in,ch);

if ch>=32 then outchar(out,ch)
else write(out,"(",1,ch,")",1);

if ch='nl' then outchar(out,'nl');
until ch='em';
end
p ryf
finis
«eof»