Module STOP

Source
Expand description

§STOP

§Purpose

Interrupt the program with a ?BREAK error.

§Remarks

Typically used for debugging. CONT may be used to resume execution.

§Example

10 STOP
RUN
?BREAK IN 10