Gistrec

HeSay (опционально) вместо writeln

Apr 9th, 2014
233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. procedure heSay(message:string);
  2. begin
  3.    TextColor(6); //6 - желтый
  4.    write('МYDOCU~1: ');
  5.    TextColor(4); //4 - оранжевый
  6.    writeln(message);
  7.    TextColor(15); //15 = white
  8. end;
Advertisement
Add Comment
Please, Sign In to add comment