|
|
DataMuseum.dkPresents historical artifacts from the history of: CP/M |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about CP/M Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - download
Length: 1792 (0x700)
Types: TextFile
Names: »BININSRT.PAS«
└─⟦f983c2ef3⟧ Bits:30004681 Pascal opgaver (Butler)
└─⟦this⟧ »BININSRT.PAS«
WRITELN;
sorter(1, n, tabel);
WRITELN('Her er tallene sorteret:');
FOR i := 1 TO n DO
WRITE(tabel(.i.) : 5);
WRITELN;
END. (* bininsrt *)
«eof»