home *** CD-ROM | disk | FTP | other *** search
/ Turbo Toolbox / Turbo_Toolbox.iso / sharew / logo / doslogo / help / setxy.hlp < prev    next >
Encoding:
Text File  |  1990-06-11  |  443 b   |  8 lines

  1. setxy  -- Command, two inputs.
  2.      The two inputs must be numbers.  The turtle is moved to the  point  on
  3.      the  screen  whose  x  (horizontal) coordinate is the first input, and
  4.      whose y (vertical) coordinate is the second input.  The center of  the
  5.      screen,  where  the  turtle starts, has both coordinates zero.  If the
  6.      pen is down, this command draws a line.  This command applies only  to
  7.      the display turtle.
  8.