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

  1. stop  -- Command, no inputs.
  2.      This command is used in user procedures which are  meant  to  be  com-
  3.      mands.   It stops the user procedure.  (Note that it does not stop all
  4.      running procedures.  If user procedure A runs user procedure B, a stop
  5.      command  in  procedure B returns to procedure A, which continues after
  6.      the point where procedure B was invoked.)
  7.