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

⟦bf75a73b5⟧ TextFile

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

Derivation

└─⟦01e83a425⟧ Bits:30008166 Bånd med SW8010 og SW8500 source code
    └─⟦75ff9bef3⟧ 
        └─⟦this⟧ »lltx        « 

TextFile

mode list.yes
ll=algol survey.yes connect.no
begin
  boolean array ia  (1:9);
  integer array sub (1:4);
  integer length;
  boolean array field baf;
  real array field raf;

  baf := 1;   raf := 0;

  movestring (ia, 1, <:abcdefghijklmnopqrstuvwxyz:>);
  system (4, 1, sub);


  write (out,
  "nl", 1, <:length = :>, len (ia.baf),
  "nl", 1, <:found in pos :>, pos (sub, ia.baf));

  writeall (out, ia.baf.raf, 18, 5);
end;
end
▶EOF◀