KILL command.
|
01-23-2017, 03:21 PM
(This post was last modified: 01-23-2017 03:23 PM by DrD.)
Post: #5
|
|||
|
|||
RE: KILL command.
Quote:A kind of *GOTO*. How does a STOP command work as a GOTO branch? How would stopping a program with STOP be any different than with the KILL command, which stops a program? If you want progress inspection at a STOP point, using the DEBUG; statement at the point of interest, or use DEBUG <filename> provides break point, single step, and variable inspection functionality. You could add numbered trace variables at various points in a program, then stop by testing: IF (trace==xxxx) THEN KILL; END; or similar code. What else would a STOP command need to do? |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
KILL command. - ggauny@live.fr - 01-14-2017, 12:18 PM
RE: KILL command. - ggauny@live.fr - 01-23-2017, 10:56 AM
RE: KILL command. - DrD - 01-23-2017, 01:44 PM
RE: KILL command. - ggauny@live.fr - 01-23-2017, 02:11 PM
RE: KILL command. - DrD - 01-23-2017 03:21 PM
RE: KILL command. - Han - 01-23-2017, 03:32 PM
RE: KILL command. - Tim Wessman - 01-23-2017, 03:44 PM
RE: KILL command. - ggauny@live.fr - 01-23-2017, 03:59 PM
RE: KILL command. - DrD - 01-23-2017, 04:58 PM
RE: KILL command. - ggauny@live.fr - 01-23-2017, 07:13 PM
RE: KILL command. - DrD - 01-23-2017, 07:26 PM
|
User(s) browsing this thread: 6 Guest(s)