home *** CD-ROM | disk | FTP | other *** search
/ Turbo Toolbox / Turbo_Toolbox.iso / sharew / logo / doslogo / help / forward.hlp < prev    next >
Encoding:
Text File  |  1990-06-11  |  617 b   |  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.