1/*! 2# `STOP` 3 4## Purpose 5Interrupt the program with a `?BREAK` error. 6 7## Remarks 8Typically used for debugging. 9`CONT` may be used to resume execution. 10 11## Example 12```text 1310 STOP 14RUN 15?BREAK IN 10 16``` 17 18*/