home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / Apps / DevTools / aa_m68k_Only / NXLogo / NXLogoLibrary / help / stop < prev    next >
Encoding:
Text File  |  1992-07-09  |  378 b   |  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.