IPB

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

Language:
Русский
English

  {AssignCr.PAS}
  ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
 {Sample code for the AssignCrt procedure.}

  uses WinCrt;

 var
   MyScreenFile: Text;

 begin
   AssignCRT(MyScreenFile);
   Rewrite(MyScreenFile);
   Writeln(MyScreenFile,'The file variable MyScreenFile is associated with
    the screen.');
   Close(MyScreenFile);
 end.

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

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



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