IPB

> Random.PAS
Чат
Форум
Загрузка...
 

Language:
Русский
English

  {Random.PAS}
  ▀▀▀▀▀▀▀▀▀▀▀▀▀▀
 {Sample code for the Random function and Randomize procedure.}

  uses Crt;

  begin
    Randomize;
    repeat
      { Write text in random colors }
      TextAttr := Random(256);
      Write('!');
    until KeyPressed;
  end.

 
 К началу страницы 
Тэги:
 

Код для вставки: :: :: :: ГОСТ ::
Поделиться: //
 



-
Хостинг предоставлен компанией "Веб Сервис Центр" при поддержке компании "ДокЛаб"