20 lines
557 B
Plaintext
20 lines
557 B
Plaintext
{*******************************************************}
|
||
{ }
|
||
{ 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
|
||
|