title: “EXCEPTION::STOP Manual Page” author: “laplante@plcb.ca” date: “2024-03-23”
exception::stop — Stop execution while preserving output.
This function stops execution.
Everything after the stop is not executed.
Output is preserved. If you want to clear the output use clear_output();
.
stop();