dos_compilers/Borland Turbo Pascal v4/PRINTER.DOC

20 lines
557 B
Plaintext
Raw Normal View History

2024-07-02 06:08:56 +02:00
{*******************************************************}
{ }
{ Turbo Pascal Version 4.0 }
{ PRINTER Unit Interface Documentation }
{ }
{ Copyright (c) 1987 Borland International, Inc. }
{ }
{*******************************************************}
{$D-,I-,S-}
unit Printer;
interface
var
Lst: Text;
implementation