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 / FORWARD.HLP < prev    next >
Text File  |  1990-06-11  |  617b  |  10 lines

  1. forward  -- Command, one input.  Abbreviation: fd
  2.      The input is a number, the distance you would like the turtle to move.
  3.      For a floor turtle, the unit of distance is however far the turtle can
  4.      travel in 1/30 second.  For a display turtle, the unit is one  dot  on
  5.      the  TV screen.  (Note: on some displays, one dot horizontally may not
  6.      be the same length as one dot vertically.  The setscrunch command  al-
  7.      lows  you  to  control  the  relative  sizes  so that squares come out
  8.      square.)  The turtle moves in whatever direction it is  pointing  when
  9.      you use the command.
  10.