Arguments |
[pr=num] [{ cmds }] |
num |
program number |
{ cmds } |
See
"Command list". |
Button equivalent |
![]() |
Halts the program number num, or the current program if num is not specified. num corresponds to MULTI's internal program number, and not the operating system's process ID number. The program halts without sending an interrupt, allowing you to cleanly continue the program later. If cmds are specified, they will be executed as soon as the process halts.