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

⟦5ddfeead3⟧ TextFile

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

Derivation

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

TextFile

mode list.yes
pn=algol survey.yes
begin
  integer s1, s2;
  long    array la (1:2);
  integer array ia (1:20);
  integer array field iaf;
  zone       z  (1, 1, stderror);

  iaf := 0;

  s1 := system (15, s2, ia);

  write (out,
  "nl", 1, <:s1 = :>, s1, <:, s2 = :>, s2);

  putchar (z.iaf, 1, 102);
  putchar (z.iaf, 2, 0);
  putchar (z.iaf, 3, 0);

  write (out,
  "nl", 1, <:z = :>, z);
end;

end
▶EOF◀