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 / TURTLE.HLP < prev    next >
Text File  |  1990-06-11  |  1KB  |  16 lines

  1. turtle  -- Command, one input.  Abbreviation: tur
  2.      The input is the name of a turtle.  You can only control one turtle at
  3.      a time, so using this command a second time releases the turtle previ-
  4.      ously selected.  The names of floor turtles are numbers like 0 and  1.
  5.      If  you are using a graphics display terminal (not just a text display
  6.      trminal), you can control the display turtle by using the word display
  7.      (or  the  abbreviation  dpy)  as the turtle name.  (As usual, the word
  8.      must be preceded by a quotation mark.)  If you use a  graphics  primi-
  9.      tive without selecting a turtle, Logo assumes that you want to use the
  10.      display turtle.  But once you select a floor turtle, you must say tur-
  11.      tle "display explicitly to switch to the display.
  12.  
  13.      The word off as input to the turtle command releases a  floor  turtle,
  14.      if  you  have  one, or turns off the graphics display if you have been
  15.      using the display turtle.  This also happens when you leave Logo.
  16.