exit
(proc)
public
{exit
...:
int
}:
never-returns
Package:
CURL.RUNTIME.PROCESS
Exit the caller's Process with some integer status code.
Description
Takes an optional integer argument which is the caller's exit status if one is not already set.
{exit}
is equivalent to
{exit 0}
.