Language: 
Русский
English
   {Insert.PAS}
  ▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  {Sample code for the Insert procedure.}
  var
    S: String;
  begin
    S := 'Honest Lincoln';
    Insert('Abe ', S, 8);  { 'Honest Abe Lincoln' }
  end.
| 
			
			 Language:     {Insert.PAS}   var  | 
	|
| 
     
      Код для вставки:
       
       ::
        ::
        ::
      ГОСТ ::
       
     
      Поделиться: 
       
      
     | 
 
  |