program sinine; uses crt; begin clrscr; write('Tere, '); textcolor(yellow); textbackground(blue); writeln('tudeng'); readln; textmode(lastmode); end.