finish . utils . sncode
latest
Finish execution.
FINISH
NAME
finish - Finishes execution.
SYNOPSIS
finish*();
DESCRIPTION
This function is used to stop the execution of the program and clear the buffer. This can be used with sendfile. If the buffer has already been flushed, it can’t be cleared.
EXAMPLES
Note: In the followings examples, the _ between the { should be removed to make it work.
res={_{ "def"; finish(); "abc" }}. return nothing
AUTHOR
Written by Pierre Laplante and Caroline Laplante, <laplante@sednove.com>