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

⟦2ca3fe1a8⟧ TextFile

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

Derivation

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

TextFile

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◀