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 - metrics - download

⟦d64ba0e3e⟧ TextFile

    Length: 244 (0xf4)
    Types: TextFile
    Names: »OVRDEMO1.PAS«

Derivation

└─⟦505fbc898⟧ Bits:30002732 Turbo Pascal 5.0 for C-DOS Partner
    └─⟦this⟧ »DEMOS\OVRDEMO1.PAS« 

TextFile


æ Copyright (c) 1985, 88 by Borland International, Inc. å

æ$O+,F+å
unit OvrDemo1;
æ This unit is used by OVRDEMO.PAS å

interface

procedure Write1;

implementation

procedure Write1;
begin
  Writeln('One...');
end;

end.
«eof»