exit

(unknown)

exit -- Terminate current script

Description

void exit(void);

This language construct terminates parsing of the script. It does not return.

See also die().