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 / DESCRIBE.HLP < prev    next >
Text File  |  1990-06-11  |  565b  |  14 lines

  1. describe  -- Command, one input.
  2.      The input must be the name of a Logo primitive procedure.  A brief ex-
  3.      planation of that primitive is typed at your terminal.
  4.  
  5.      In addition, the input may begin with a "?". In this case, LOGO will
  6.      type at your terminal the names of all the LOGO commands whose names
  7.      or abbreviations contain the input string. If the input is just "?", 
  8.      the names of all the LOGO primitive procedures will be typed at your
  9.      terminal.
  10.      
  11.      EXAMPLES:  describe "print
  12.                 describe "?pri
  13.  
  14.