EXCEPTION::STOP 1g 2024-03-23 laplante@plcb.ca GOWEB/EXCEPTION


title: “EXCEPTION::STOP Manual Page” author: “laplante@plcb.ca” date: “2024-03-23”

category: “GOWEB/EXCEPTION”

Name

exception::stop — Stop execution while preserving output.

Synopsis

Description

This function stops execution.
Everything after the stop is not executed.
Output is preserved. If you want to clear the output use clear_output();.

Examples

stop();

Author

See also

Version