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

⟦fb8e0b137⟧ TextFile

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

Derivation

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

TextFile


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

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

interface

procedure Write2;

implementation

procedure Write2;
begin
  Writeln('Two...');
end;

end.
«eof»