TITLE(stop @@ Stop Function Execution)
USAGE(
stop(message)
)
ALIAS(stop)
DESCRIPTION(
LANG(stop) stops execution of the current expression, prints the
message given as its argument and then returns to the top level
prompt.
)
SEEALSO(
LANG(LINK(warning)).
)
EXAMPLES(
if(iter > 10) stop("too many iterations")
)
