JKEYAUTO EXIT

Man Page Index


Description

Exit the program.

 

Syntax

exit {expression}

expression is the NUMERIC exit code which will be passed back to the parent process.

 

Example

exitcode = 3
exit exitcode

In the above example, the parent process will see an exit code of 3 returned


JKEYAUTO