9 lines
108 B
ObjectPascal
9 lines
108 B
ObjectPascal
uses CRT;
|
|
|
|
begin
|
|
//ClrScr;
|
|
TextBackground(LightRed);
|
|
TextColor(White);
|
|
writeln('ERROR COLOR');
|
|
end.
|