|
|
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: 244 (0xf4)
Types: TextFile
Names: »OVRDEMO2.PAS«
└─⟦505fbc898⟧ Bits:30002732 Turbo Pascal 5.0 for C-DOS Partner
└─⟦this⟧ »DEMOS\OVRDEMO2.PAS«
æ 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»