[comp.lang.pascal] TurboP3.0 text color question

ZRWA001%DTUZDV1.BITNET@CUNYVM.CUNY.EDU (Helmut Waelder) (04/16/88)

It is not necessary to write your own print routines with DOS calls.
You have simply to place a compiler directive in front of your source code:
{$P128}
and all output will go thru DOS.

Helmut