|
|
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: »qctx «
└─⟦01e83a425⟧ Bits:30008166 Bånd med SW8010 og SW8500 source code
└─⟦75ff9bef3⟧
└─⟦this⟧ »qctx «
mode list.yes
qc=algol survey.yes
begin
integer no_of_inc, inc, mode, i;
no_of_inc := 200;
mode := 7; <*read bit write bit, save bit*>
for inc := 1 step 1 until no_of_inc do
begin
context (inc, no_of_inc, mode);
real array ra (1:128);
write (out,
"nl", 1, <:inc no :>, inc, <: progsize = :>, progsize)
end;
end
end
▶EOF◀