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

  1. trace  -- Command, no inputs.
  2.      This command is used for debugging your Logo programs.  After you  use
  3.      this  command,  every time a user-defined procedure starts or stops, a
  4.      message is typed at your terminal naming the procedure and its  inputs
  5.      or its output, if any.  The message is indented according to the depth
  6.      in procedure calls.
  7.