home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / d / doslogo.zip / LOGOHLP.ZIP / LEFT.HLP < prev    next >
Text File  |  1990-06-11  |  782b  |  12 lines

  1. left  -- Command, one input.  Abbreviation: lt
  2.      The input is a number, the number of degrees of  angle  through  which
  3.      the turtle should turn counterclockwise.  This command does not change
  4.      the position of the turtle, but merely its heading (the  direction  in
  5.      which it points).  The turn will be only approximately correct for the
  6.      floor turtle, because of mechanical errors.  For the  display  turtle,
  7.      the  angle  will  be  perfectly reproducible, although it may not look
  8.      quite right on the screen because of the difference  in  size  between
  9.      horizontal  and vertical dots.  Nevertheless, a display turtle program
  10.      will work in the sense that when the turtle is supposed to  return  to
  11.      its starting point, it will do so.
  12.