DataMuseum.dk

Presents historical artifacts from the history of:

CP/M

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about CP/M

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download

⟦e35b28563⟧ TextFile

    Length: 1792 (0x700)
    Types: TextFile
    Names: »BININSRT.PAS«

Derivation

└─⟦f983c2ef3⟧ Bits:30004681 Pascal opgaver (Butler)
    └─⟦this⟧ »BININSRT.PAS« 

TextFile

  WRITELN;
            sorter(1, n, tabel);
            WRITELN('Her er tallene sorteret:');
            FOR i := 1 TO n DO
              WRITE(tabel(.i.) : 5);
            WRITELN;
          END. (* bininsrt *)
«eof»