[][src]Module basic::__Chapter_2::STOP

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