|
|
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: »qtx «
└─⟦01e83a425⟧ Bits:30008166 Bånd med SW8010 og SW8500 source code
└─⟦75ff9bef3⟧
└─⟦this⟧ »qtx «
mode list.yes
q=algol survey.yes
begin
zone z (128, 1, snooper);
procedure snooper (z, s, b);
zone z ;
integer s, b ;
begin
integer array zdescr (1:20);
getzone6 (z, zdescr);
writeshare (z, zdescr (17));
if s <> 2 then
stderror (z, s, b);
end;
open (z, 8, <:boss:>, -1);
<*outchar (z, 'a');
*>write (z, "a", 4);
setposition (z, 0, 0);
end;
▶EOF◀