stop . utils . sncode
latest
Stop execution.
STOP
NAME
stop - Stops execution.
SYNOPSIS
stop*();
DESCRIPTION
This function does not need any argument. It is used to stop execution of the program and flush the buffer, which is the rest of the program.
EXAMPLES
Note: In the followings examples, the _ between the { should be removed to make it work.
res={_{ "def"; stop(); "abc" }}. return res=def
AUTHOR
Written by Pierre Laplante and Caroline Laplante, <laplante@sednove.com>