The
function termination element is used to prematurely terminate the
function which is being executed. Normally a function is completed after executing the last command. By entering the command of function termination it can be terminated at any of its stages. This holds also for the
program main function. By terminating it the whole program will be terminated.