Syntax
── ? ─┬──────────────┬─ ST ────────────────────────────────────────────% └─<mix number>─┘
Explanation
The ?ST command suspends the referenced task. If a <mix number> is not specified, the currently running program is assumed. A suspended task can be resumed with the ?OK command.
Example
list 100 100 I=1 200 GO TO 100 300 STOP 400 END run #RUNNING 1155 ?st #1155 OPERATOR STOPPED ?OK #1155 GOING