|
|
DataMuseum.dkPresents historical artifacts from the history of: RC4000/8000/9000 |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about RC4000/8000/9000 Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - download
Length: 768 (0x300)
Types: TextFile
Names: »findilltxt«
└─⟦621cfb9a2⟧ Bits:30002817 RC8000 Dump tape fra HCØ. Detaljer om "HC8000" projekt.
└─⟦0364f57e3⟧
└─⟦this⟧ »findilltxt«
└─⟦00964e8f7⟧ Bits:30007478 RC8000 Dump tape fra HCØ.
└─⟦b2ec5d50f⟧
└─⟦this⟧ »findilltxt«
;klab3 6
findillegal=set 10
findillegal=algol list.yes
21 04 76
begin
integer char,i,j,k;
for i:=readchar(in,char) while char<>25 do begin
if char <32 or char >=127 then begin
if char<10 or char=11 or char>13 then
write(out,<:<10>** :>,char);
end;
end;
end;
▶EOF◀