|
|
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: »OVRDEMO1.PAS«
└─⟦505fbc898⟧ Bits:30002732 Turbo Pascal 5.0 for C-DOS Partner
└─⟦this⟧ »DEMOS\OVRDEMO1.PAS«
æ 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»