Language: 
Русский
English
  {Moveto.PAS}
  ▀▀▀▀▀▀▀▀▀▀▀▀▀▀
 {Sample code for the MoveTo procedure.}
uses Graph;
 var Gd, Gm: Integer;
 begin
   Gd := Detect;
   InitGraph(Gd, Gm, '');
   if GraphResult <> grOk then
     Halt(1);
   MoveTo(0, 0); { Upper left corner of viewport }
   LineTo(GetMaxX, GetMaxY);
   Readln;
   CloseGraph;
 end.

 Правила форума
Правила форума 
  Moveto.PAS
 Moveto.PAS
 ::
 ::
       ::
 ::
       ::
 ::
       
     